るりまサーチ

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

別のキーワード

  1. uri hostname=
  2. uri hostname
  3. generic hostname=
  4. openssl hostname=
  5. generic hostname

ライブラリ

検索結果

URI::Generic#hostname=(s) (18124.0)

自身の hostname を設定します。

...# => "http://foo/bar"
u.hostname = "::1"
p u.to_s # => "http://[::1]/bar"

@
param s 自身の hostname を表す文字列を指定します。

@
raise URI::InvalidComponentError 不正な引数 s に対して発生します。

@
raise URI::InvalidURIError host と re...

OpenSSL::SSL::SSLSocket#hostname=(hostname) (18112.0)

TLS の Server Name Indication(SNI) 拡張で利用するサーバのホスト名を設定します。

...張を利用しません。

サーバ側については OpenSSL::SSL::SSLContext#servername_cb= を
参照してください。

@
param hostname ホスト名文字列
@
see OpenSSL::SSL::SSLSocket#hostname,
OpenSSL::SSL::SSLContext#servername_cb,
OpenSSL::SSL::SSLContext#servername_cb=...

NEWS for Ruby 3.0.0 (18.0)

NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...rue` is used. 17104
* Magic comment `shareable_constant_value` added to freeze constants.
See {Magic Comments}[rdoc-ref:doc/syntax/comments.rdoc@Magic+Comments] for more details.
17273
* A {static analysis}[rdoc-label:label-Static+analysis] foundation is
introduced.
* {RBS}[rdo...
...thand for `.to_a.join`.
* Set#<=> is added.
* Socket
* Add :connect_timeout to TCPSocket.new 17187
* Net::HTTP
* Net::HTTP#verify_hostname= and Net::HTTP#verify_hostname have been added to skip hostname verification. 16555
* Net::HTTP.get, Net::HTTP.get_response, and Net::HTTP.g...
...on uses only methods ending with `!`.
* Ractor compatible.
* Improved support for YAML. 8382
* Use officially discouraged. Read OpenStruct@Caveats section.
* Pathname
* Ractor compatible.
* Psych
* Update to Psych 3.3.0
* This version is Ractor compatible.
* Reline...