module Net
Constants
- HTTPGatewayTimeOut
Response class for
Gateway Timeoutresponses (status code 504).The server was acting as a gateway or proxy and did not receive a timely response from the upstream server. See 504 Gateway Timeout.
- HTTPMovedTemporarily
Response class for
Foundresponses (status code 302).The
Foundresponse indicates that the client should look at (browse to) another URL. See 302 Found.- HTTPMultipleChoice
Response class for
Multiple Choicesresponses (status code 300).The
Multiple Choicesresponse indicates that the server offers multiple options for the resource from which the client may choose. See 300 Multiple Choices.- HTTPRequestEntityTooLarge
Response class for
Payload Too Largeresponses (status code 413).The request is larger than the server is willing or able to process. See 413 Payload Too Large.
- HTTPRequestTimeOut
Response class for
Request Timeoutresponses (status code 408).The server timed out waiting for the request. See 408 Request Timeout.
- HTTPRequestURITooLarge
Response class for
URI Too Longresponses (status code 414).The URI provided was too long for the server to process. See 414 URI Too Long.
- HTTPRequestURITooLong
Response class for
URI Too Longresponses (status code 414).The URI provided was too long for the server to process. See 414 URI Too Long.
- HTTPRequestedRangeNotSatisfiable
Response class for
Range Not Satisfiableresponses (status code 416).The request entity has a media type which the server or resource does not support. See 416 Range Not Satisfiable.