種類
- インスタンスメソッド (144)
- クラス (48)
- 定数 (48)
- ライブラリ (39)
ライブラリ
-
net
/ http (24) - openssl (12)
-
rexml
/ document (48) - rss (48)
-
rubygems
/ specification (48) -
webrick
/ httpauth / authenticator (12) -
webrick
/ httpstatus (48)
クラス
-
Gem
:: Specification (48) -
REXML
:: DocType (48) -
RSS
:: Maker :: ItemsBase :: ItemBase (24) -
RSS
:: Rss :: Channel :: Item (24)
モジュール
キーワード
- HTTPNonAuthoritativeInformation (12)
- NonAuthoritativeInformation (12)
-
RC
_ NON _ AUTHORITATIVE _ INFORMATION (12) -
RC
_ UNAUTHORIZED (12) -
RESPONSE
_ STATUS _ UNAUTHORIZED (12) - RequestField (12)
-
attribute
_ of (12) -
attributes
_ of (12) -
external
_ id (12) - rdoc (12)
- rss (12)
- rubygems (12)
- write (12)
- xmlrpc (3)
検索結果
先頭5件
-
OpenSSL
:: OCSP :: RESPONSE _ STATUS _ UNAUTHORIZED -> Integer (6100.0) -
OpenSSL::OCSP::Response#status のステータスコードで 、 クライアントからサーバへの応答が認可されていないことを意味します。
OpenSSL::OCSP::Response#status のステータスコードで 、
クライアントからサーバへの応答が認可されていないことを意味します。
詳しくは 2560 2.3 を見てください。 -
Net
:: HTTPNonAuthoritativeInformation (6000.0) -
HTTP レスポンス 203 (Non-Authoritative Information) を表現するクラスです。
...HTTP レスポンス 203 (Non-Authoritative Information) を表現するクラスです。
詳しくは 7231 Section 6.3.4 を見てください。... -
Net
:: HTTPUnauthorized (6000.0) -
HTTP レスポンス 401 (Unauthorized) を表現するクラスです。
...HTTP レスポンス 401 (Unauthorized) を表現するクラスです。
詳しくは 7235 Section 3.1 を見てください。... -
WEBrick
:: HTTPStatus :: NonAuthoritativeInformation (6000.0) -
HTTP のステータスコード 203 Non-Authoritative Information を表すクラスです。
...HTTP のステータスコード 203 Non-Authoritative Information を表すクラスです。... -
WEBrick
:: HTTPStatus :: Unauthorized (6000.0) -
HTTP のステータスコード 401 Unauthorized を表すクラスです。
...HTTP のステータスコード 401 Unauthorized を表すクラスです。... -
WEBrick
:: HTTPStatus :: RC _ NON _ AUTHORITATIVE _ INFORMATION (3100.0) -
HTTP のステータスコードを表す整数です。
HTTP のステータスコードを表す整数です。
require 'webrick'
p WEBrick::HTTPStatus::RC_INTERNAL_SERVER_ERROR #=> 500 -
WEBrick
:: HTTPStatus :: RC _ UNAUTHORIZED (3100.0) -
HTTP のステータスコードを表す整数です。
HTTP のステータスコードを表す整数です。
require 'webrick'
p WEBrick::HTTPStatus::RC_INTERNAL_SERVER_ERROR #=> 500 -
WEBrick
:: HTTPAuth :: ProxyAuthenticator :: RequestField -> "Proxy-Authorization" (100.0) -
リクエストフィールドのキーの名前です。
リクエストフィールドのキーの名前です。 -
rubygems (30.0)
-
RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。
...version = '0.0.0'
s.summary = 'hello summary'
s.files = ['lib/hello.rb']
s.authors = ['Hello Author']
s.email = 'hello_author@example.com'
s.homepage = 'http://example.com/hello/'
s.description = 'hello description'
end......ます。
: summary
この Gem の短い説明を指定します。
: files
この Gem に含むファイルのリストを指定します。
: authors
この Gem の作者のリストを指定します。
: email
この Gem の作者の連絡先メールアドレスを指定します。
: h......s.summary = 'hello summary'
s.files = ['bin/hello', 'lib/hello.rb']
s.executables = ['hello']
s.authors = ['Hello Author']
s.email = 'hello@example.com'
s.homepage = 'http://example.com/hello'
s.description = 'hello desc...