Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

HttpResponses Struct Reference

List of all members.

Static Public Attributes

HttpStatus Continue = {HttpResponseCode.Continue, "Continue"}
HttpStatus SwitchingProtocols = {HttpResponseCode.SwitchingProtocols, "SwitchingProtocols"}
HttpStatus OK = {HttpResponseCode.OK, "OK"}
HttpStatus Created = {HttpResponseCode.Created, "Created"}
HttpStatus Accepted = {HttpResponseCode.Accepted, "Accepted"}
HttpStatus NonAuthoritativeInformation = {HttpResponseCode.NonAuthoritativeInformation, "NonAuthoritativeInformation"}
HttpStatus NoContent = {HttpResponseCode.NoContent, "NoContent"}
HttpStatus ResetContent = {HttpResponseCode.ResetContent, "ResetContent"}
HttpStatus PartialContent = {HttpResponseCode.PartialContent, "PartialContent"}
HttpStatus MultipleChoices = {HttpResponseCode.MultipleChoices, "MultipleChoices"}
HttpStatus MovedPermanently = {HttpResponseCode.MovedPermanently, "MovedPermanently"}
HttpStatus MovedTemporarily = {HttpResponseCode.MovedTemporarily, "MovedTemporarily"}
HttpStatus SeeOther = {HttpResponseCode.SeeOther, "SeeOther"}
HttpStatus NotModified = {HttpResponseCode.NotModified, "NotModified"}
HttpStatus UseProxy = {HttpResponseCode.UseProxy, "UseProxy"}
HttpStatus BadRequest = {HttpResponseCode.BadRequest, "BadRequest"}
HttpStatus Unauthorized = {HttpResponseCode.Unauthorized, "Unauthorized"}
HttpStatus PaymentRequired = {HttpResponseCode.PaymentRequired, "PaymentRequired"}
HttpStatus Forbidden = {HttpResponseCode.Forbidden, "Forbidden"}
HttpStatus NotFound = {HttpResponseCode.NotFound, "NotFound"}
HttpStatus MethodNotAllowed = {HttpResponseCode.MethodNotAllowed, "MethodNotAllowed"}
HttpStatus NotAcceptable = {HttpResponseCode.NotAcceptable, "NotAcceptable"}
HttpStatus ProxyAuthenticationRequired = {HttpResponseCode.ProxyAuthenticationRequired, "ProxyAuthenticationRequired"}
HttpStatus RequestTimeout = {HttpResponseCode.RequestTimeout, "RequestTimeout"}
HttpStatus Conflict = {HttpResponseCode.Conflict, "Conflict"}
HttpStatus Gone = {HttpResponseCode.Gone, "Gone"}
HttpStatus LengthRequired = {HttpResponseCode.LengthRequired, "LengthRequired"}
HttpStatus PreconditionFailed = {HttpResponseCode.PreconditionFailed, "PreconditionFailed"}
HttpStatus RequestEntityTooLarge = {HttpResponseCode.RequestEntityTooLarge, "RequestEntityTooLarge"}
HttpStatus RequestURITooLarge = {HttpResponseCode.RequestURITooLarge, "RequestURITooLarge"}
HttpStatus UnsupportedMediaType = {HttpResponseCode.UnsupportedMediaType, "UnsupportedMediaType"}
HttpStatus RequestedRangeNotSatisfiable = {HttpResponseCode.RequestedRangeNotSatisfiable, "RequestedRangeNotSatisfiable"}
HttpStatus ExpectationFailed = {HttpResponseCode.ExpectationFailed, "ExpectationFailed"}
HttpStatus InternalServerError = {HttpResponseCode.InternalServerError, "InternalServerError"}
HttpStatus NotImplemented = {HttpResponseCode.NotImplemented, "NotImplemented"}
HttpStatus BadGateway = {HttpResponseCode.BadGateway, "BadGateway"}
HttpStatus ServiceUnavailable = {HttpResponseCode.ServiceUnavailable, "ServiceUnavailable"}
HttpStatus GatewayTimeout = {HttpResponseCode.GatewayTimeout, "GatewayTimeout"}
HttpStatus VersionNotSupported = {HttpResponseCode.VersionNotSupported, "VersionNotSupported"}

Detailed Description

Declare the traditional set of HTTP responses

Definition at line 131 of file HttpResponse.d.


Member Data Documentation

HttpStatus Continue = {HttpResponseCode.Continue, "Continue"} [static]
 

Definition at line 133 of file HttpResponse.d.

HttpStatus SwitchingProtocols = {HttpResponseCode.SwitchingProtocols, "SwitchingProtocols"} [static]
 

Definition at line 134 of file HttpResponse.d.

HttpStatus OK = {HttpResponseCode.OK, "OK"} [static]
 

Definition at line 135 of file HttpResponse.d.

HttpStatus Created = {HttpResponseCode.Created, "Created"} [static]
 

Definition at line 136 of file HttpResponse.d.

HttpStatus Accepted = {HttpResponseCode.Accepted, "Accepted"} [static]
 

Definition at line 137 of file HttpResponse.d.

HttpStatus NonAuthoritativeInformation = {HttpResponseCode.NonAuthoritativeInformation, "NonAuthoritativeInformation"} [static]
 

Definition at line 138 of file HttpResponse.d.

HttpStatus NoContent = {HttpResponseCode.NoContent, "NoContent"} [static]
 

Definition at line 139 of file HttpResponse.d.

HttpStatus ResetContent = {HttpResponseCode.ResetContent, "ResetContent"} [static]
 

Definition at line 140 of file HttpResponse.d.

HttpStatus PartialContent = {HttpResponseCode.PartialContent, "PartialContent"} [static]
 

Definition at line 141 of file HttpResponse.d.

HttpStatus MultipleChoices = {HttpResponseCode.MultipleChoices, "MultipleChoices"} [static]
 

Definition at line 142 of file HttpResponse.d.

HttpStatus MovedPermanently = {HttpResponseCode.MovedPermanently, "MovedPermanently"} [static]
 

Definition at line 143 of file HttpResponse.d.

HttpStatus MovedTemporarily = {HttpResponseCode.MovedTemporarily, "MovedTemporarily"} [static]
 

Definition at line 144 of file HttpResponse.d.

HttpStatus SeeOther = {HttpResponseCode.SeeOther, "SeeOther"} [static]
 

Definition at line 145 of file HttpResponse.d.

HttpStatus NotModified = {HttpResponseCode.NotModified, "NotModified"} [static]
 

Definition at line 146 of file HttpResponse.d.

HttpStatus UseProxy = {HttpResponseCode.UseProxy, "UseProxy"} [static]
 

Definition at line 147 of file HttpResponse.d.

HttpStatus BadRequest = {HttpResponseCode.BadRequest, "BadRequest"} [static]
 

Definition at line 148 of file HttpResponse.d.

HttpStatus Unauthorized = {HttpResponseCode.Unauthorized, "Unauthorized"} [static]
 

Definition at line 149 of file HttpResponse.d.

HttpStatus PaymentRequired = {HttpResponseCode.PaymentRequired, "PaymentRequired"} [static]
 

Definition at line 150 of file HttpResponse.d.

HttpStatus Forbidden = {HttpResponseCode.Forbidden, "Forbidden"} [static]
 

Definition at line 151 of file HttpResponse.d.

HttpStatus NotFound = {HttpResponseCode.NotFound, "NotFound"} [static]
 

Definition at line 152 of file HttpResponse.d.

HttpStatus MethodNotAllowed = {HttpResponseCode.MethodNotAllowed, "MethodNotAllowed"} [static]
 

Definition at line 153 of file HttpResponse.d.

HttpStatus NotAcceptable = {HttpResponseCode.NotAcceptable, "NotAcceptable"} [static]
 

Definition at line 154 of file HttpResponse.d.

HttpStatus ProxyAuthenticationRequired = {HttpResponseCode.ProxyAuthenticationRequired, "ProxyAuthenticationRequired"} [static]
 

Definition at line 155 of file HttpResponse.d.

HttpStatus RequestTimeout = {HttpResponseCode.RequestTimeout, "RequestTimeout"} [static]
 

Definition at line 156 of file HttpResponse.d.

HttpStatus Conflict = {HttpResponseCode.Conflict, "Conflict"} [static]
 

Definition at line 157 of file HttpResponse.d.

HttpStatus Gone = {HttpResponseCode.Gone, "Gone"} [static]
 

Definition at line 158 of file HttpResponse.d.

HttpStatus LengthRequired = {HttpResponseCode.LengthRequired, "LengthRequired"} [static]
 

Definition at line 159 of file HttpResponse.d.

HttpStatus PreconditionFailed = {HttpResponseCode.PreconditionFailed, "PreconditionFailed"} [static]
 

Definition at line 160 of file HttpResponse.d.

HttpStatus RequestEntityTooLarge = {HttpResponseCode.RequestEntityTooLarge, "RequestEntityTooLarge"} [static]
 

Definition at line 161 of file HttpResponse.d.

HttpStatus RequestURITooLarge = {HttpResponseCode.RequestURITooLarge, "RequestURITooLarge"} [static]
 

Definition at line 162 of file HttpResponse.d.

HttpStatus UnsupportedMediaType = {HttpResponseCode.UnsupportedMediaType, "UnsupportedMediaType"} [static]
 

Definition at line 163 of file HttpResponse.d.

HttpStatus RequestedRangeNotSatisfiable = {HttpResponseCode.RequestedRangeNotSatisfiable, "RequestedRangeNotSatisfiable"} [static]
 

Definition at line 164 of file HttpResponse.d.

HttpStatus ExpectationFailed = {HttpResponseCode.ExpectationFailed, "ExpectationFailed"} [static]
 

Definition at line 165 of file HttpResponse.d.

HttpStatus InternalServerError = {HttpResponseCode.InternalServerError, "InternalServerError"} [static]
 

Definition at line 166 of file HttpResponse.d.

HttpStatus NotImplemented = {HttpResponseCode.NotImplemented, "NotImplemented"} [static]
 

Definition at line 167 of file HttpResponse.d.

HttpStatus BadGateway = {HttpResponseCode.BadGateway, "BadGateway"} [static]
 

Definition at line 168 of file HttpResponse.d.

HttpStatus ServiceUnavailable = {HttpResponseCode.ServiceUnavailable, "ServiceUnavailable"} [static]
 

Definition at line 169 of file HttpResponse.d.

HttpStatus GatewayTimeout = {HttpResponseCode.GatewayTimeout, "GatewayTimeout"} [static]
 

Definition at line 170 of file HttpResponse.d.

HttpStatus VersionNotSupported = {HttpResponseCode.VersionNotSupported, "VersionNotSupported"} [static]
 

Definition at line 171 of file HttpResponse.d.


The documentation for this struct was generated from the following file:
Generated on Sun Nov 7 19:07:04 2004 for Mango by doxygen 1.3.6