60件ヒット
[1-60件を表示]
(0.023秒)
種類
- インスタンスメソッド (48)
- 特異メソッド (12)
ライブラリ
-
webrick
/ httprequest (60)
キーワード
-
content
_ length (12) -
content
_ type (12) - continue (12)
-
http
_ version (12) - new (12)
検索結果
先頭5件
-
WEBrick
:: HTTPRequest # http _ version -> WEBrick :: HTTPVersion (6201.0) -
リクエストの HTTP バージョンを表す WEBrick::HTTPVersion オブジェクトを返します。
...リクエストの HTTP バージョンを表す WEBrick::HTTPVersion オブジェクトを返します。... -
WEBrick
:: HTTPRequest # content _ length -> Integer (6101.0) -
リクエストの Content-Length ヘッダの値を整数で返します。リクエストに Content-Length ヘッダ が含まれていない場合は 0 を返します。
...リクエストの Content-Length ヘッダの値を整数で返します。リクエストに Content-Length ヘッダ
が含まれていない場合は 0 を返します。... -
WEBrick
:: HTTPRequest # content _ type -> String | nil (6101.0) -
リクエストの Content-Type ヘッダを文字列で返します。
...リクエストの Content-Type ヘッダを文字列で返します。... -
WEBrick
:: HTTPRequest # continue (6101.0) -
@todo 1.9.3 Generate HTTP/1.1 100 continue response if the client expects it, otherwise does nothing.
...@todo 1.9.3
Generate HTTP/1.1 100 continue response if the client expects it,
otherwise does nothing.... -
WEBrick
:: HTTPRequest . new(config) -> WEBrick :: HTTPRequest (101.0) -
WEBrick::HTTPRequest を生成して返します。
...
WEBrick::HTTPRequest を生成して返します。
@param config 設定を保持したハッシュを指定します。...