1002件ヒット
[1-100件を表示]
(0.091秒)
ライブラリ
- ビルトイン (30)
- drb (24)
-
drb
/ extservm (12) -
net
/ http (288) - open-uri (84)
-
rexml
/ document (60) -
rubygems
/ remote _ fetcher (84) -
rubygems
/ spec _ fetcher (12) -
rubygems
/ specification (12) - uri (324)
-
webrick
/ httprequest (72)
クラス
-
DRb
:: DRbObject (12) -
DRb
:: DRbServer (12) -
DRb
:: ExtServManager (12) -
Gem
:: RemoteFetcher (84) -
Gem
:: SpecFetcher (12) -
Gem
:: Specification (12) -
Net
:: HTTP (12) -
Net
:: HTTPGenericRequest (36) -
Net
:: HTTPResponse (96) - Object (30)
-
REXML
:: Attribute (12) -
REXML
:: Attributes (12) -
REXML
:: Element (12) -
REXML
:: Entity (12) -
REXML
:: NotationDecl (12) -
URI
:: FTP (12) -
URI
:: Generic (192) -
URI
:: HTTP (12) -
URI
:: LDAP (60) -
URI
:: MailTo (48) -
WEBrick
:: HTTPRequest (72)
モジュール
-
Net
:: HTTPHeader (144) -
OpenURI
:: Meta (60) -
OpenURI
:: OpenRead (24)
キーワード
- [] (12)
-
_ _ drburi (12) - attributes (12)
-
basic
_ auth (12) - body (24)
-
cache
_ dir (12) - charset (24)
- code (12)
-
content
_ encoding (12) -
content
_ type (24) - delete (12)
- dn (12)
- download (12)
- entity (12)
- escape (12)
- extensions (12)
- fetch (36)
-
fetch
_ path (12) - filter (12)
- fragment (12)
-
get
_ fields (12) -
get
_ file _ uri _ path (12) - headers (12)
- homepage (12)
- host (24)
- hostname (12)
-
http
_ version (12) -
main
_ type (12) - method (24)
- msg (12)
- namespace (24)
- namespaces (12)
- normalize (12)
- normalize! (12)
-
normalize
_ uri (12) - opaque (12)
- open (12)
-
open
_ uri _ or _ path (12) - password (12)
- path (36)
-
path
_ info (12) - port (12)
-
proxy
_ basic _ auth (12) -
proxy
_ uri (12) - query (12)
-
query
_ string (12) -
query
_ string= (12) - read (12)
-
read
_ body (24) - ref (12)
- registry (12)
-
request
_ uri (12) - scheme (12)
- scope (12)
- select (12)
- status (12)
-
sub
_ type (12) - system (12)
- then (14)
- to (12)
-
to
_ mailtext (12) -
to
_ rfc822text (12) -
to
_ s (12) - typecode (12)
- unescape (12)
-
unparsed
_ uri (12) - user (12)
- userinfo (12)
-
yield
_ self (16)
検索結果
先頭5件
-
DRb
:: ExtServManager # uri -> String|nil (18231.0) -
サービス起動時にプロセスを spawn する時に渡す URI を返します。
...サービス起動時にプロセスを spawn する時に渡す URI を返します。
デフォルトは nil で、これは DRb.#uri を用いることを意味します。
@see DRb::ExtServManager#uri=... -
DRb
:: DRbServer # uri -> String|nil (18219.0) -
サーバに紐付けられた URI を返します。
...サーバに紐付けられた URI を返します。... -
URI
:: HTTP # request _ uri -> String (17221.0) -
自身の「path + '?' + query」を文字列で返します。 query が nil である場合は、自身の path を返します。
...す。
query が nil である場合は、自身の path を返します。
path が空である場合には、path は「'/'」であるとします。
例:
require 'uri'
u = URI.parse("http://example.com/search?q=xxx")
p u.request_uri #=> "/search?q=xxx"... -
URI
:: Generic # path -> String | nil (11138.0) -
自身の path を文字列で返します。設定されていない場合は nil を返します。
...します。
require 'uri'
p URI.parse('http://example.com/hoge').path #=> "/hoge"
p URI.parse('http://example.com').path #=> ""
p URI.parse('mailto:nospam@localhost').path #=> nil
p URI('ftp://example.com/foo').path #=> 'foo'
p URI('ftp://example.com/%2Ffoo').... -
URI
:: MailTo # to _ mailtext -> String (11137.0) -
URI オブジェクトからメールテキスト文字列を生成します。
...
URI オブジェクトからメールテキスト文字列を生成します。
例:
require 'uri'
p mailto = URI.parse("mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr")
print mailto.to_mailtext
=> #<URI::MailTo:0x20104a0e URL:mailto:ruby-list@ruby-lang.org?subject=subscribe&... -
URI
:: MailTo # to _ rfc822text -> String (11137.0) -
URI オブジェクトからメールテキスト文字列を生成します。
...
URI オブジェクトからメールテキスト文字列を生成します。
例:
require 'uri'
p mailto = URI.parse("mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr")
print mailto.to_mailtext
=> #<URI::MailTo:0x20104a0e URL:mailto:ruby-list@ruby-lang.org?subject=subscribe&... -
URI
:: Generic # hostname -> String | nil (11136.0) -
自身の hostname を文字列で返します。また、URI::Generic#host が設 定されていない場合は nil を返します。
...URI::Generic#host が設
定されていない場合は nil を返します。
このメソッドは URI::Generic#host に IPv6 アドレスが設定されていた
場合はブラケットを削除した文字列を返しますがそれ以外は同じ文字列を返し
ます。
require 'uri'......u = URI("http://[::1]/bar")
p u.hostname # => "::1"
p u.host # => "[::1]"... -
URI
:: Generic # normalize -> URI :: Generic (11131.0) -
URI オブジェクトを正規化して返します。ホスト名を小文字にし、パスと 構成要素がなければ '/' をセットします。
...
URI オブジェクトを正規化して返します。ホスト名を小文字にし、パスと
構成要素がなければ '/' をセットします。
例:
require 'uri'
u = URI.parse('http://Example.Com')
p u.to_s #=> "http://Example.Com"
p u.normalize.to_s... -
URI
:: Generic # normalize! -> String | nil (11131.0) -
URI オブジェクトを正規化して返します。ホスト名を小文字にし、パスと 構成要素がなければ '/' をセットします。
...
URI オブジェクトを正規化して返します。ホスト名を小文字にし、パスと
構成要素がなければ '/' をセットします。
例:
require 'uri'
u = URI.parse('http://Example.Com')
p u.to_s #=> "http://Example.Com"
p u.normalize.to_s...