48件ヒット
[1-48件を表示]
(0.070秒)
別のキーワード
クラス
-
Net
:: HTTP (36) -
URI
:: Generic (12)
キーワード
-
http
_ default _ port (12) -
https
_ default _ port (12)
検索結果
先頭4件
-
Net
:: HTTP . default _ port -> Integer (21120.0) -
HTTP のデフォルトポート (80) を返します。
...HTTP のデフォルトポート (80) を返します。... -
URI
:: Generic . default _ port -> Integer | nil (18150.0) -
スキームに対応するデフォルトのポート番号を整数で返します。
...require 'uri'
URI::Generic.default_port # => nil
URI::FTP.default_port # => 21
URI::HTTP.default_port # => 80
URI::HTTPS.default_port # => 443
URI::LDAP.default_port # => 389
URI::LDAPS.default_port # => 636
URI::MailTo.default_port # => nil... -
Net
:: HTTP . https _ default _ port -> Integer (15202.0) -
HTTPS のデフォルトポート (443) を返します。
...HTTPS のデフォルトポート (443) を返します。... -
Net
:: HTTP . http _ default _ port -> Integer (12220.0) -
HTTP のデフォルトポート (80) を返します。
...HTTP のデフォルトポート (80) を返します。...