Module: Net

Defined in:
lib/rubysl/net/http/http.rb,
lib/rubysl/net/http/https.rb

Overview

:nodoc:

Defined Under Namespace

Modules: HTTPExceptions, HTTPHeader, NetPrivate Classes: HTTP, HTTPAccepted, HTTPBadGateway, HTTPBadRequest, HTTPBadResponse, HTTPClientError, HTTPConflict, HTTPContinue, HTTPCreated, HTTPError, HTTPExpectationFailed, HTTPFatalError, HTTPForbidden, HTTPFound, HTTPGatewayTimeOut, HTTPGenericRequest, HTTPGone, HTTPHeaderSyntaxError, HTTPInformation, HTTPInternalServerError, HTTPLengthRequired, HTTPMethodNotAllowed, HTTPMovedPermanently, HTTPMultipleChoice, HTTPNoContent, HTTPNonAuthoritativeInformation, HTTPNotAcceptable, HTTPNotFound, HTTPNotImplemented, HTTPNotModified, HTTPOK, HTTPPartialContent, HTTPPaymentRequired, HTTPPreconditionFailed, HTTPProxyAuthenticationRequired, HTTPRedirection, HTTPRequest, HTTPRequestEntityTooLarge, HTTPRequestTimeOut, HTTPRequestURITooLong, HTTPRequestedRangeNotSatisfiable, HTTPResetContent, HTTPResponse, HTTPRetriableError, HTTPSeeOther, HTTPServerError, HTTPServerException, HTTPServiceUnavailable, HTTPSuccess, HTTPSwitchProtocol, HTTPTemporaryRedirect, HTTPUnauthorized, HTTPUnknownResponse, HTTPUnsupportedMediaType, HTTPUseProxy, HTTPVersionNotSupported

Constant Summary collapse

HTTPSession =
HTTP
HTTPMovedTemporarily =
HTTPFound
HTTPRequestURITooLarge =
HTTPRequestURITooLong
HTTPInformationCode =
HTTPInformation
HTTPSuccessCode =
HTTPSuccess
HTTPRedirectionCode =
HTTPRedirection
HTTPRetriableCode =
HTTPRedirection
HTTPClientErrorCode =
HTTPClientError
HTTPFatalErrorCode =
HTTPClientError
HTTPServerErrorCode =
HTTPServerError
HTTPResponceReceiver =
HTTPResponse