908件ヒット
[1-100件を表示]
(0.089秒)
別のキーワード
ライブラリ
- ビルトイン (58)
- erb (12)
- logger (1)
-
net
/ http (84) - open-uri (12)
- openssl (12)
- set (7)
- thread (2)
- uri (12)
-
webrick
/ httpproxy (12) -
webrick
/ httpserver (36) -
webrick
/ httpservlet / abstract (24) -
webrick
/ httpservlet / cgihandler (12) -
webrick
/ httpservlet / erbhandler (12) -
webrick
/ httpservlet / filehandler (24) -
webrick
/ httpservlet / prochandler (12) -
webrick
/ httpstatus (576)
キーワード
- AbstractServlet (12)
- Accepted (12)
- Application (1)
- BadGateway (12)
- BadRequest (12)
- CGIHandler (12)
- ClientError (12)
- ConditionVariable (12)
- Conflict (12)
- Continue (12)
- Created (12)
- DefaultFileHandler (12)
- EOFError (12)
- ERB (12)
- ERBHandler (12)
- Error (12)
- ExpectationFailed (12)
- FileHandler (12)
- Forbidden (12)
- Found (12)
- GatewayTimeout (12)
- Gone (12)
- HTTPError (12)
- HTTPProxyServer (12)
- HTTPSeeOther (12)
- HTTPServer (12)
- HTTPServerError (24)
- HTTPServerException (12)
- HTTPServiceUnavailable (12)
- HTTPServletError (12)
- HTTPSession (12)
- HTTPSuccess (12)
- HTTPSwitchProtocol (12)
- HTTPVersionNotSupported (12)
- Info (12)
- InstructionSequence (12)
- InternalServerError (12)
- LengthRequired (12)
- Location (12)
- MethodNotAllowed (12)
- MountTable (12)
- MovedPermanently (12)
- MultipleChoices (12)
- NoContent (12)
- NonAuthoritativeInformation (12)
- NotAcceptable (12)
- NotFound (12)
- NotImplemented (12)
- NotModified (12)
- OK (12)
- ObjectId (12)
- PartialContent (12)
- PaymentRequired (12)
- PreconditionFailed (12)
- ProcHandler (12)
- ProxyAuthenticationRequired (12)
- Redirect (12)
- RequestEntityTooLarge (12)
- RequestRangeNotSatisfiable (12)
- RequestTimeout (12)
- RequestURITooLarge (12)
- ResetContent (12)
- SeeOther (12)
- ServerError (12)
- ServiceUnavailable (12)
- SortedSet (7)
- Status (12)
- Success (12)
- SwitchingProtocols (12)
- TemporaryRedirect (12)
- Time (12)
- TracePoint (12)
- UnsupportedMediaType (12)
- UseProxy (12)
検索結果
先頭5件
-
URI
:: HTTPS (18017.0) -
HTTPS URI を表すクラスです。
...HTTPS URI を表すクラスです。... -
WEBrick
:: HTTPServlet :: HTTPServletError (9001.0) -
ユーザが作成したサーブレット内で例外を発生させるときに使うと便利かもし れません。
ユーザが作成したサーブレット内で例外を発生させるときに使うと便利かもし
れません。 -
HTTPSession (6001.0)
-
Alias of Net::HTTP
Alias of Net::HTTP -
Net
:: HTTPSeeOther (6001.0) -
HTTP レスポンス 303 (See Other) を表現するクラスです。
HTTP レスポンス 303 (See Other) を表現するクラスです。
詳しくは 7231 Section 6.4.4 を見てください。 -
Net
:: HTTPServerError (6001.0) -
HTTP レスポンス 5xx (Server Error) を表現するクラスです。
HTTP レスポンス 5xx (Server Error) を表現するクラスです。
サーバがエラーを起こしているなど、サーバ側で処理
を完了することができないことを表しています。 -
Net
:: HTTPServerException (6001.0) -
HTTP ステータスコード 4xx を受け取ったという例外です。
...たという例外です。
クライアントのリクエストに誤りがあるか、サーバにリクエストを拒否さ
れた(認証が必要、リソースが存在しないなどで)ことを示します。
Net::HTTPServerException は Ruby 2.6 から deprecated になりました。......エストに誤りがあるか、サーバにリクエストを拒否さ
れた(認証が必要、リソースが存在しないなどで)ことを示します。
Net::HTTPServerException は Ruby 2.6 から deprecated になりました。
Net::HTTPClientException を使用してください。... -
Net
:: HTTPServiceUnavailable (6001.0) -
HTTP レスポンス 503 (Service Unavailable) を表現するクラスです。
HTTP レスポンス 503 (Service Unavailable) を表現するクラスです。
詳しくは 7231 Section 6.6.4 を見てください。 -
Net
:: HTTPSuccess (6001.0) -
HTTP レスポンス 2xx (Success) を表現するクラスです。
HTTP レスポンス 2xx (Success) を表現するクラスです。
リクエストが正常に受信、処理されたことを表しています。 -
Net
:: HTTPSwitchProtocol (6001.0) -
HTTP レスポンス 101 (Switching Protocols) を表現するクラスです。
HTTP レスポンス 101 (Switching Protocols) を表現するクラスです。
詳しくは 7231 Section 6.2.2 を見てください。