public nothrow String<char> |
CombineNetPath(const String<char>& left, const String<char>& right) |
public String<char> |
GetFullNetPath(const String<char>& path) |
public List<HttpFieldValue> |
MakeCodingListValue(const List<Coding>& codings) |
public String<char> |
MakeHttpHostValue(const String<char>& host, int port) |
public List<HttpFieldValue> |
MakeMediaRangeListValue(const List<MediaRange>& mediaRanges) |
public List<HttpFieldValue> |
MakeProductListValue(const List<String<char>>& products) |
public uchar |
ParseHex(uchar c1, uchar c2) |
public void |
ReadCRLF(ByteStream& stream) |
public ulong |
ReadChunkHeader(ByteStream& stream, Map<String<char>, String<char>, Less<String<char>>>& chunkExtensions) |
public SharedPtr<ByteStream> |
ReadChunkedBody(ByteStream& stream, List<HttpHeader>& trailer) |
public HttpStatus |
ReadStartOfMessage(ByteStream& stream, HttpHeaderCollection& headers, StreamWriter* log) |
public String<char> |
ReadStartOfMessageWithStatus(ByteStream& stream, HttpHeaderCollection& headers, StreamWriter* log) |
public void |
ReadTrailer(ByteStream& stream, List<HttpHeader>& trailer) |
public const ushort |
statusClientErrorBadRequest = 400u |
public const ushort |
statusClientErrorConflict = 409u |
public const ushort |
statusClientErrorEnd = 499u |
public const ushort |
statusClientErrorExpectationFailed = 417u |
public const ushort |
statusClientErrorForbidden = 403u |
public const ushort |
statusClientErrorGone = 410u |
public const ushort |
statusClientErrorLengthRequired = 411u |
public const ushort |
statusClientErrorMethodNotAllowed = 405u |
public const ushort |
statusClientErrorNotAcceptable = 406u |
public const ushort |
statusClientErrorNotFound = 404u |
public const ushort |
statusClientErrorPaymentRequired = 402u |
public const ushort |
statusClientErrorPreconditionFailed = 412u |
public const ushort |
statusClientErrorProxyAuthenticationRequired = 407u |
public const ushort |
statusClientErrorRequestEntityTooLarge = 413u |
public const ushort |
statusClientErrorRequestTimeout = 408u |
public const ushort |
statusClientErrorRequestURITooLong = 414u |
public const ushort |
statusClientErrorRequestedRangeNotSatisfiable = 416u |
public const ushort |
statusClientErrorStart = 400u |
public const ushort |
statusClientErrorUnauthorized = 401u |
public const ushort |
statusClientErrorUnsupportedMediaType = 415u |
public const ushort |
statusInfoContinue = 100u |
public const ushort |
statusInfoEnd = 199u |
public const ushort |
statusInfoStart = 100u |
public const ushort |
statusInfoSwitchingProtocols = 101u |
public const ushort |
statusRedirectionEnd = 399u |
public const ushort |
statusRedirectionFound = 302u |
public const ushort |
statusRedirectionMovedPermanently = 301u |
public const ushort |
statusRedirectionMultipleChoices = 300u |
public const ushort |
statusRedirectionNotModified = 304u |
public const ushort |
statusRedirectionSeeOther = 303u |
public const ushort |
statusRedirectionStart = 300u |
public const ushort |
statusRedirectionTemporaryRedirect = 307u |
public const ushort |
statusRedirectionUnused = 306u |
public const ushort |
statusRedirectionUseProxy = 305u |
public const ushort |
statusServerBadGateway = 502u |
public const ushort |
statusServerErrorEnd = 599u |
public const ushort |
statusServerErrorStart = 500u |
public const ushort |
statusServerGatewayTimeout = 504u |
public const ushort |
statusServerHttpVersionNotSupported = 505u |
public const ushort |
statusServerInternalServerError = 500u |
public const ushort |
statusServerNotImplemented = 501u |
public const ushort |
statusServerServiceUnavailable = 503u |
public const ushort |
statusSuccessAccepted = 202u |
public const ushort |
statusSuccessCreated = 201u |
public const ushort |
statusSuccessEnd = 299u |
public const ushort |
statusSuccessNoContent = 204u |
public const ushort |
statusSuccessNonAuthoritativeInformation = 203u |
public const ushort |
statusSuccessOK = 200u |
public const ushort |
statusSuccessPartialContent = 206u |
public const ushort |
statusSuccessResetContent = 205u |
public const ushort |
statusSuccessStart = 200u |