Module: Net
- Defined in:
- lib/rubysl/net/http/http.rb,
lib/net/http/backward.rb
Overview
:nodoc:
Defined Under Namespace
Modules: HTTPExceptions, HTTPHeader, NetPrivate Classes: HTTP, HTTPAccepted, HTTPBadGateway, HTTPBadRequest, HTTPBadResponse, HTTPClientError, HTTPConflict, HTTPContinue, HTTPCreated, HTTPError, HTTPExpectationFailed, HTTPFailedDependency, HTTPFatalError, HTTPForbidden, HTTPFound, HTTPGatewayTimeOut, HTTPGenericRequest, HTTPGone, HTTPHeaderSyntaxError, HTTPInformation, HTTPInsufficientStorage, HTTPInternalServerError, HTTPLengthRequired, HTTPLocked, HTTPMethodNotAllowed, HTTPMovedPermanently, HTTPMultiStatus, HTTPMultipleChoices, HTTPNetworkAuthenticationRequired, HTTPNoContent, HTTPNonAuthoritativeInformation, HTTPNotAcceptable, HTTPNotFound, HTTPNotImplemented, HTTPNotModified, HTTPOK, HTTPPartialContent, HTTPPaymentRequired, HTTPPreconditionFailed, HTTPPreconditionRequired, HTTPProxyAuthenticationRequired, HTTPRedirection, HTTPRequest, HTTPRequestEntityTooLarge, HTTPRequestHeaderFieldsTooLarge, HTTPRequestTimeOut, HTTPRequestURITooLong, HTTPRequestedRangeNotSatisfiable, HTTPResetContent, HTTPResponse, HTTPRetriableError, HTTPSeeOther, HTTPServerError, HTTPServerException, HTTPServiceUnavailable, HTTPSuccess, HTTPSwitchProtocol, HTTPTemporaryRedirect, HTTPTooManyRequests, HTTPUnauthorized, HTTPUnknownResponse, HTTPUnprocessableEntity, HTTPUnsupportedMediaType, HTTPUpgradeRequired, HTTPUseProxy, HTTPVersionNotSupported
Constant Summary collapse
- HTTPMultipleChoice =
Net::HTTPMultipleChoices
- HTTPMovedTemporarily =
Net::HTTPFound
- HTTPRequestURITooLarge =
Net::HTTPRequestURITooLong
- HTTPSession =
Net::HTTP
- HTTPInformationCode =
Net::HTTPInformation
- HTTPSuccessCode =
Net::HTTPSuccess
- HTTPRedirectionCode =
Net::HTTPRedirection
- HTTPRetriableCode =
Net::HTTPRedirection
- HTTPClientErrorCode =
Net::HTTPClientError
- HTTPFatalErrorCode =
Net::HTTPClientError
- HTTPServerErrorCode =
Net::HTTPServerError
- HTTPResponceReceiver =
Net::HTTPResponse