Go to the source code of this file.
Enumerations | |
enum | HttpResponseCode { Continue = 100, SwitchingProtocols = 101, OK = 200, Created = 201, Accepted = 202, NonAuthoritativeInformation = 203, NoContent = 204, ResetContent = 205, PartialContent = 206, MultipleChoices = 300, MovedPermanently = 301, MovedTemporarily = 302, SeeOther = 303, NotModified = 304, UseProxy = 305, BadRequest = 400, Unauthorized = 401, PaymentRequired = 402, Forbidden = 403, NotFound = 404, MethodNotAllowed = 405, NotAcceptable = 406, ProxyAuthenticationRequired = 407, RequestTimeout = 408, Conflict = 409, Gone = 410, LengthRequired = 411, PreconditionFailed = 412, RequestEntityTooLarge = 413, RequestURITooLarge = 414, UnsupportedMediaType = 415, RequestedRangeNotSatisfiable = 416, ExpectationFailed = 417, InternalServerError = 500, NotImplemented = 501, BadGateway = 502, ServiceUnavailable = 503, GatewayTimeout = 504, VersionNotSupported = 505 } |
Variables | |
module mango http server | HttpResponse |
import mango io | Buffer |
import mango io mango io | Writer |
import mango io model | IWriter |
import mango http | HttpWriter |
import mango http server | HttpParams |
import mango http server mango http server | HttpCookies |
import mango http server mango http server mango http server | HttpHeaders |
import mango http server mango http server mango http server mango http server | HttpMessage |
import mango http server model | IProviderBridge |
static const int | ParamsBufferSize = 1 * 1024 |
static const int | HeaderBufferSize = 4 * 1024 |
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for damages of any kind arising from the use of this software.
Permission is hereby granted to anyone to use this software for any purpose, including commercial applications, and to alter it and/or redistribute it freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment within documentation of said product would be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any distribution of the source.
4. Derivative works are permitted, but they must carry this notice in full and credit the original source.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Definition in file HttpResponse.d.
|
Declare the traditional set of HTTP response codes
Definition at line 85 of file HttpResponse.d. |
|
Definition at line 39 of file HttpResponse.d. |
|
Definition at line 41 of file HttpResponse.d. |
|
Definition at line 41 of file HttpResponse.d. |
|
Definition at line 44 of file HttpResponse.d. |
|
Definition at line 46 of file HttpResponse.d. |
|
Definition at line 48 of file HttpResponse.d. |
|
Definition at line 48 of file HttpResponse.d. |
|
Definition at line 48 of file HttpResponse.d. |
|
Definition at line 48 of file HttpResponse.d. |
|
Definition at line 53 of file HttpResponse.d. |
|
Some constants for output buffer sizes Definition at line 63 of file HttpResponse.d. Referenced by HttpResponse::this(). |
|
Definition at line 64 of file HttpResponse.d. Referenced by HttpResponse::this(). |