1022件ヒット
[1001-1022件を表示]
(0.127秒)
ライブラリ
-
net
/ http (1022)
キーワード
- address (12)
-
ca
_ file (12) -
ca
_ path (12) - cert (12)
- cert= (12)
-
cert
_ store (12) -
cert
_ store= (12) - ciphers (12)
- ciphers= (12)
-
close
_ on _ empty _ response (12) -
close
_ on _ empty _ response= (12) -
continue
_ timeout (12) - copy (12)
- delete (12)
- get (24)
- get2 (24)
- head (12)
- head2 (24)
-
keep
_ alive _ timeout (12) -
local
_ host (12) -
local
_ port (12) -
local
_ port= (12) - lock (12)
- mkcol (12)
- move (12)
-
open
_ timeout (12) - patch (24)
-
peer
_ cert (12) - port (12)
- post (24)
- post2 (24)
- propfind (12)
- proppatch (12)
- proxy? (12)
-
proxy
_ address (12) -
proxy
_ address= (12) -
proxy
_ from _ env= (12) -
proxy
_ from _ env? (12) -
proxy
_ pass (12) -
proxy
_ pass= (12) -
proxy
_ port (12) -
proxy
_ port= (12) -
proxy
_ uri (12) -
proxy
_ user (12) -
proxy
_ user= (12) - proxyaddr (12)
- proxyport (12)
- put (12)
- put2 (24)
-
read
_ timeout (12) -
read
_ timeout= (12) - request (24)
-
request
_ get (24) -
request
_ head (24) -
request
_ post (24) -
request
_ put (24) -
send
_ request (12) -
ssl
_ timeout (12) -
ssl
_ version (12) -
ssl
_ version= (12) - start (24)
- started? (12)
- trace (12)
- unlock (12)
-
verify
_ callback (12) -
verify
_ callback= (12) -
verify
_ depth (12) -
verify
_ depth= (12) -
verify
_ mode (12) -
verify
_ mode= (12) -
write
_ timeout (7) -
write
_ timeout= (7)
検索結果
先頭2件
-
Net
:: HTTP # ssl _ timeout -> Integer | nil (102.0) -
SSL/TLS のタイムアウト秒数を返します。
...SSL/TLS のタイムアウト秒数を返します。
設定されていない場合は nil を返します。
@see Net::HTTP#ssl_timeout=,
OpenSSL::SSL::SSLContext#ssl_timeout... -
Net
:: HTTP # unlock(path , body , initheader = nil) -> Net :: HTTPResponse (102.0) -
サーバの path に UNLOCK リクエストを ヘッダを initheader, ボディを body として送ります。
...itheader, ボディを body として送ります。
レスポンスを Net::HTTPResponse のオブジェクト
で返します。
@param path リクエストを送るパスを文字列で与えます。
@param body リクエストのボディを文字列で与えます。
@param initheader リク......エストのヘッダを「文字列=>文字列」の
ハッシュで与えます。
@see Net::HTTP::Unlock...