Module: Net

Defined in:
lib/extensions/net-http/net/http.rb,
lib/extensions/net-http/net/ftp.rb,
lib/extensions/net-http/net/protocol.rb

Overview

:nodoc:

Defined Under Namespace

Modules: HTTPExceptions, HTTPHeader, NetPrivate Classes: BufferedIO, FTP, FTPConnectionError, FTPError, FTPPermError, FTPProtoError, FTPReplyError, FTPTempError, 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, InternetMessageIO, ProtoAuthError, ProtoCommandError, ProtoFatalError, ProtoRetriableError, ProtoServerError, ProtoSyntaxError, ProtoUnknownError, Protocol, ProtocolError, ReadAdapter, WriteAdapter

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
ProtocRetryError =
ProtoRetriableError