るりまサーチ

最速Rubyリファレンスマニュアル検索!
1505件ヒット [1-100件を表示] (0.081秒)
トップページ > クエリ:g[x] > クエリ:request[x]

別のキーワード

  1. openssl g
  2. openssl g=
  3. dsa g
  4. dsa g=
  5. dh g

キーワード

検索結果

<< 1 2 3 ... > >>

Gem::RemoteFetcher#request(uri, request_class, last_modified = nil) -> Net::HTTPResponse (21208.0)

与えられた URI に対してリクエストを実行し、Net::HTTPResponse を返します。

...てリクエストを実行し、Net::HTTPResponse を返します。

@param uri URI を指定します。

@param request_class Net::HTTP::Head か Net::HTTP::Get を指定します。

@param last_modified 最終更新時刻を指定します。

@see Net::HTTP, Net::HTTP::Head, Net::HTTP::Get...

Net::HTTPGenericRequest#request_body_permitted? -> bool (12125.0)

リクエストにエンティティボディを一緒に送ることが許されている HTTP メソッド (POST など)の場合真を返します。

...場合真を返します。

//emlist[例][ruby]{
require 'net/http'

uri = URI.parse('http://www.example.com/index.html')
post = Net::HTTP::Post.new(uri.request_uri)
post.request_body_permitted? # => true

head = Net::HTTP::Head.new(uri.request_uri)
head.request_body_permitted? # => false
//}...

Net::HTTPRequestHeaderFieldsTooLarge (12016.0)

HTTP レスポンス 431 (Request Header Fields Too Large) を表現するクラスです。

...HTTP レスポンス 431 (Request Header Fields Too Large) を表現するクラスです。

詳しくは 6585 を見てください。...

WEBrick::HTTPStatus::RequestEntityTooLarge (12016.0)

HTTP のステータスコード 413 Request Entity Too Large を表すクラスです。

...HTTP のステータスコード 413 Request Entity Too Large を表すクラスです。...

WEBrick::HTTPStatus::RequestURITooLarge (12016.0)

HTTP のステータスコード 414 Request-URI Too Long を表すクラスです。

...HTTP のステータスコード 414 Request-URI Too Long を表すクラスです。...

絞り込み条件を変える

Net::HTTPGenericRequest (12000.0)

Net::HTTPRequest のスーパークラスです。 このクラスは直接は使わないでください。

...Net::HTTPRequest のスーパークラスです。
このクラスは直接は使わないでください。

Net::HTTPRequest のサブクラスを使ってください。...

Net::HTTPRequestEntityTooLarge (12000.0)

Alias of Net::HTTPPayloadTooLarge

...HTTP レスポンス 413 (Payload Too Large) を表現するクラスです。

詳しくは 7231 Section 6.5.11 を見てください。...
...Alias of Net::HTTPPayloadTooLarge...

Net::HTTPRequestURITooLarge (12000.0)

Alias of Net::HTTPURITooLong

...Alias of Net::HTTPRequestURITooLong...
...Alias of Net::HTTPURITooLong...

Net::HTTPRequestURITooLong (12000.0)

HTTP レスポンス 414 (URI Too Large) を表現するクラスです。

...HTTP レスポンス 414 (URI Too Large) を表現するクラスです。

詳しくは 7231 Section 6.5.12 を見てください。...
...Alias of Net::HTTPURITooLong...
<< 1 2 3 ... > >>