(extension in Data):Swift.String.data : Data.Data
(extension in Data):Swift.String.init (data : Data.Data) throws -> Swift.String
(extension in HTTP):HTTP.MessageType.bodyDescription : Swift.String
(extension in HTTP):HTTP.MessageType.bodyString : Swift.Optional<Swift.String>
(extension in HTTP):HTTP.MessageType.connection : Swift.Optional<Swift.String>
(extension in HTTP):HTTP.MessageType.contentLength : Swift.Optional<Swift.Int>
(extension in HTTP):HTTP.MessageType.contentType : <ERROR TYPE>
(extension in HTTP):HTTP.MessageType.headerDescription : Swift.String
(extension in HTTP):HTTP.MessageType.isChunkEncoded : Swift.Bool
(extension in HTTP):HTTP.MessageType.isKeepAlive : Swift.Bool
(extension in HTTP):HTTP.MessageType.isUpgrade : Swift.Bool
(extension in HTTP):HTTP.MessageType.storageDescription : Swift.String
(extension in HTTP):HTTP.MessageType.transferEncoding : Swift.Optional<Swift.String>
(extension in HTTP):HTTP.MessageType.upgrade : Swift.Optional<Swift.String>
(extension in HTTP):HTTP.MiddlewareType.intercept (HTTP.ChainType) -> HTTP.ChainType
(extension in HTTP):HTTP.MiddlewareType.intercept (HTTP.ResponderType) -> HTTP.ResponderType
(extension in HTTP):HTTP.ResponderType.proceed (HTTP.Request) throws -> HTTP.Response
(extension in HTTP):HTTP.RouteMatcherType.mergePathComponents (Swift.Array<Swift.String>) -> Swift.String
(extension in HTTP):HTTP.RouteMatcherType.splitPathIntoComponents (Swift.String) -> Swift.Array<Swift.String>
(extension in HTTP):HTTP.RouterType.respond (HTTP.Request) throws -> HTTP.Response
(extension in HTTP):Swift.CollectionType<A where A: Swift.CollectionType, A.Generator.Element == HTTP.MiddlewareType>.intercept ((HTTP.Request) throws -> HTTP.Response) -> HTTP.ResponderType
(extension in HTTP):Swift.CollectionType<A where A: Swift.CollectionType, A.Generator.Element == HTTP.MiddlewareType>.intercept (HTTP.ChainType) -> HTTP.ChainType
(extension in HTTP):Swift.CollectionType<A where A: Swift.CollectionType, A.Generator.Element == HTTP.MiddlewareType>.intercept (HTTP.ResponderType) -> HTTP.ResponderType
(extension in HTTP):Swift.UnsafeMutablePointer.withMemory <A> ((inout A) throws -> A1) throws -> A1
(extension in MediaType):Swift.String.split (Swift.Character, allowEmptySlices : Swift.Bool) -> Swift.Array<Swift.String>
(extension in MediaType):Swift.String.trim () -> Swift.String
(extension in MediaType):Swift.String.trimLeft () -> Swift.String
(extension in MediaType):Swift.String.trimRight () -> Swift.String
(extension in String):Swift.String.CharacterView.indexOf (Swift.String.CharacterView) -> Swift.Optional<Swift.String.CharacterView.Index>
(extension in String):Swift.String.contains (Swift.String) -> Swift.Bool
(extension in String):Swift.String.dropLastPathComponent : Swift.String
(extension in String):Swift.String.endsWith (Swift.String) -> Swift.Bool
(extension in String):Swift.String.fixSlashes (compress : Swift.Bool, stripTrailing : Swift.Bool) -> Swift.String
(extension in String):Swift.String.indexOf (Swift.String) -> Swift.Optional<Swift.String.CharacterView.Index>
(extension in String):Swift.String.init (percentEncoded : Swift.String) throws -> Swift.String
(extension in String):Swift.String.init (pointer : Swift.UnsafePointer<Swift.Int8>, length : Swift.Int) -> Swift.Optional<Swift.String>
(extension in String):Swift.String.replace (Swift.String, with : Swift.String) -> ()
(extension in String):Swift.String.split (Swift.Character, maxSplit : Swift.Int, allowEmptySlices : Swift.Bool) -> Swift.Array<Swift.String>
(extension in String):Swift.String.splitBy (Swift.String) -> Swift.Array<Swift.String>
(extension in String):Swift.String.startOfLastPathComponent : Swift.String.CharacterView.Index
(extension in String):Swift.String.startsWith (Swift.String) -> Swift.Bool
(extension in String):Swift.String.subscript (Swift.Int) -> Swift.Optional<Swift.Character>
(extension in String):Swift.String.subscript (Swift.Range<Swift.Int>) -> Swift.Optional<Swift.String>
(extension in String):Swift.String.trim () -> Swift.String
(extension in String):Swift.String.trim (String.CharacterSet) -> Swift.String
(extension in String):Swift.String.trimLeft (String.CharacterSet) -> Swift.String
(extension in String):Swift.String.trimRight (String.CharacterSet) -> Swift.String
(extension in TrieRouteMatcher):TrieRouteMatcher.Trie<A, B where A: Swift.Comparable, B: Swift.Equatable>.findByPayload (B) -> Swift.Optional<Swift.Array<A>>
Data.Data
Data.Data.(bytes in _2DF95C138AFC727AA32909FB42321C10) : Swift.Array<Swift.UInt8>
Data.Data.appendByte (Swift.UInt8) -> ()
Data.Data.appendBytes <A where A: Swift.SequenceType, A.Generator.Element == Swift.UInt8> (A) -> ()
Data.Data.capacity : Swift.Int
Data.Data.convert <A> () -> A
Data.Data.count : Swift.Int
Data.Data.debugDescription : Swift.String
Data.Data.description : Swift.String
Data.Data.endIndex : Swift.Int
Data.Data.generate () -> Swift.IndexingGenerator<Swift.Array<Swift.UInt8>>
Data.Data.hexDescription : Swift.String
Data.Data.hexString (delimiter : Swift.Int) -> Swift.String
Data.Data.init () -> Data.Data
Data.Data.init (Data.DataConvertible) -> Data.Data
Data.Data.init (arrayLiteral : Swift.Array<Swift.UInt8>...) -> Data.Data
Data.Data.init (bytes : Swift.Array<Swift.UInt8>) -> Data.Data
Data.Data.init (count : Swift.Int, repeatedValue : Swift.UInt8) -> Data.Data
Data.Data.init (extendedGraphemeClusterLiteral : Swift.String) -> Data.Data
Data.Data.init (nilLiteral : ()) -> Data.Data
Data.Data.init (stringLiteral : Swift.String) -> Data.Data
Data.Data.init (unicodeScalarLiteral : Swift.String) -> Data.Data
Data.Data.init <A where A: Data.ByteType> (pointer : Swift.UnsafePointer<A>, length : Swift.Int) -> Data.Data
Data.Data.init <A where A: Swift.CollectionType, A.Generator.Element == Swift.UInt8> (A) -> Data.Data
Data.Data.init <A where A: Swift.SequenceType, A.Generator.Element == Swift.UInt8> (A) -> Data.Data
Data.Data.init <A> (value : A) -> Data.Data
Data.Data.insertByte (Swift.UInt8, atIndex : Swift.Int) -> ()
Data.Data.insertBytes <A where A: Swift.CollectionType, A.Generator.Element == Swift.UInt8> (A, at : Swift.Int) -> ()
Data.Data.isEmpty : Swift.Bool
Data.Data.popLastByte () -> Swift.Optional<Swift.UInt8>
Data.Data.removeAllBytes (keepCapacity : Swift.Bool) -> ()
Data.Data.removeByteAtIndex (Swift.Int) -> Swift.UInt8
Data.Data.removeBytesInRange (Swift.Range<Swift.Int>) -> ()
Data.Data.removeFirstByte () -> Swift.UInt8
Data.Data.removeFirstBytes (Swift.Int) -> ()
Data.Data.replaceBytesInRange <A where A: Swift.CollectionType, A.Generator.Element == Swift.UInt8> (Swift.Range<Swift.Int>, with : A) -> ()
Data.Data.reserveCapacity (Swift.Int) -> ()
Data.Data.startIndex : Swift.Int
Data.Data.subscript (Swift.Int) -> Swift.UInt8
Data.Data.subscript (Swift.Range<Swift.Int>) -> Data.Data
Data.Data.withUnsafeBufferPointer <A> ((Swift.UnsafeBufferPointer<Swift.UInt8>) throws -> A) throws -> A
Data.Data.withUnsafeMutableBufferPointer <A> ((inout Swift.UnsafeMutableBufferPointer<Swift.UInt8>) throws -> A) throws -> A
Data.DataConvertible.data : Data.Data
Data.DataConvertible.init (data : Data.Data) throws -> A
Data.DataError
Data.DataError.description : Swift.String
HTTP.Body
HTTP.Body.Buffer : <ERROR TYPE>
HTTP.Body.Stream : <ERROR TYPE>
HTTP.Body.buffer : <ERROR TYPE>
HTTP.Body.isBuffer : Swift.Bool
HTTP.Body.isStream : Swift.Bool
HTTP.Body.stream : <ERROR TYPE>
HTTP.BranchCondition
HTTP.BranchCondition.init (shouldBranch : (HTTP.Request) throws -> Swift.Bool) -> HTTP.BranchCondition
HTTP.BranchCondition.shouldBranch : (HTTP.Request) throws -> Swift.Bool
HTTP.BranchMiddleware
HTTP.BranchMiddleware.condition : HTTP.BranchCondition
HTTP.BranchMiddleware.falsy : Swift.Optional<HTTP.MiddlewareType>
HTTP.BranchMiddleware.init (HTTP.BranchCondition, yes : HTTP.MiddlewareType, no : Swift.Optional<HTTP.MiddlewareType>) -> HTTP.BranchMiddleware
HTTP.BranchMiddleware.respond (HTTP.Request, chain : HTTP.ChainType) throws -> HTTP.Response
HTTP.BranchMiddleware.truthy : HTTP.MiddlewareType
HTTP.CaseInsensitiveKey
HTTP.CaseInsensitiveKey.description : Swift.String
HTTP.CaseInsensitiveKey.hashValue : Swift.Int
HTTP.CaseInsensitiveKey.init (Swift.String) -> HTTP.CaseInsensitiveKey
HTTP.CaseInsensitiveKey.init (extendedGraphemeClusterLiteral : Swift.String) -> HTTP.CaseInsensitiveKey
HTTP.CaseInsensitiveKey.init (stringLiteral : Swift.String) -> HTTP.CaseInsensitiveKey
HTTP.CaseInsensitiveKey.init (unicodeScalarLiteral : Swift.String) -> HTTP.CaseInsensitiveKey
HTTP.CaseInsensitiveKey.name : Swift.String
HTTP.ChainType.proceed (HTTP.Request) throws -> HTTP.Response
HTTP.ClientType.client : <ERROR TYPE>
HTTP.ClientType.parser : HTTP.ResponseParserType
HTTP.ClientType.send (HTTP.Request, middleware : Swift.Array<HTTP.MiddlewareType>...) throws -> HTTP.Response
HTTP.ClientType.serializer : HTTP.RequestSerializerType
HTTP.Cookie
HTTP.Cookie.HTTPOnly : Swift.Bool
HTTP.Cookie.description : Swift.String
HTTP.Cookie.domain : Swift.Optional<Swift.String>
HTTP.Cookie.expires : Swift.Optional<Swift.String>
HTTP.Cookie.hashValue : Swift.Int
HTTP.Cookie.init (name : Swift.String, value : Swift.String, attributes : Swift.Dictionary<HTTP.CaseInsensitiveKey, Swift.String>) -> HTTP.Cookie
HTTP.Cookie.init (name : Swift.String, value : Swift.String, expires : Swift.Optional<Swift.String>, maxAge : Swift.Optional<Swift.Int>, domain : Swift.Optional<Swift.String>, path : Swift.Optional<Swift.String>, secure : Swift.Bool, HTTPOnly : Swift.Bool) -> HTTP.Cookie
HTTP.Cookie.maxAge : Swift.Optional<Swift.Int>
HTTP.Cookie.name : Swift.String
HTTP.Cookie.path : Swift.Optional<Swift.String>
HTTP.Cookie.secure : Swift.Bool
HTTP.Cookie.value : Swift.String
HTTP.CookieError
HTTP.CookieError.InvalidString (HTTP.CookieError.Type) -> HTTP.CookieError
HTTP.MergeMiddleware
HTTP.MergeMiddleware.init (Swift.Array<HTTP.MiddlewareType>) -> HTTP.MergeMiddleware
HTTP.MergeMiddleware.init (Swift.Array<HTTP.MiddlewareType>...) -> HTTP.MergeMiddleware
HTTP.MergeMiddleware.middleware : Swift.Array<HTTP.MiddlewareType>
HTTP.MergeMiddleware.respond (HTTP.Request, chain : HTTP.ChainType) throws -> HTTP.Response
HTTP.MessageType.body : HTTP.Body
HTTP.MessageType.cookies : Swift.Set<HTTP.Cookie>
HTTP.MessageType.headers : Swift.Dictionary<HTTP.CaseInsensitiveKey, Swift.String>
HTTP.MessageType.storage : Swift.Dictionary<Swift.String, protocol<>>
HTTP.MessageType.version : (major : Swift.Int, minor : Swift.Int)
HTTP.Method
HTTP.Method.ACL (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.BIND (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.CHECKOUT (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.CONNECT (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.COPY (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.DELETE (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.GET (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.HEAD (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.LINK (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.LOCK (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.MERGE (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.MKACTIVITY (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.MKCALENDAR (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.MKCOL (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.MOVE (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.MSEARCH (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.NOTIFY (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.OPTIONS (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.PATCH (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.POST (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.PROPFIND (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.PROPPATCH (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.PURGE (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.PUT (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.REBIND (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.REPORT (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.SEARCH (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.SUBSCRIBE (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.TRACE (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.UNBIND (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.UNKNOWN (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.UNLINK (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.UNLOCK (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.UNSUBSCRIBE (HTTP.Method.Type) -> HTTP.Method
HTTP.Method.description : Swift.String
HTTP.Method.hashValue : Swift.Int
HTTP.Method.init (code : Swift.Int) -> HTTP.Method
HTTP.Middleware
HTTP.Middleware.init (respond : (request : HTTP.Request, chain : HTTP.ChainType) throws -> HTTP.Response) -> HTTP.Middleware
HTTP.Middleware.respond (HTTP.Request, chain : HTTP.ChainType) throws -> HTTP.Response
HTTP.Middleware.respond : (request : HTTP.Request, chain : HTTP.ChainType) throws -> HTTP.Response
HTTP.MiddlewareType.respond (HTTP.Request, chain : HTTP.ChainType) throws -> HTTP.Response
HTTP.ParseError
HTTP.ParseError.description : Swift.String
HTTP.Request
HTTP.Request with unmangled suffix "7Upgrade"
HTTP.Request.accept : <ERROR TYPE>
HTTP.Request.authorization : Swift.Optional<Swift.String>
HTTP.Request.body : HTTP.Body
HTTP.Request.cookies : Swift.Set<HTTP.Cookie>
HTTP.Request.cookiesDescription : Swift.String
HTTP.Request.debugDescription : Swift.String
HTTP.Request.description : Swift.String
HTTP.Request.hashValue : Swift.Int
HTTP.Request.headers : Swift.Dictionary<HTTP.CaseInsensitiveKey, Swift.String>
HTTP.Request.host : Swift.Optional<Swift.String>
HTTP.Request.init : <ERROR TYPE>
HTTP.Request.method : HTTP.Method
HTTP.Request.path : Swift.Optional<Swift.String>
HTTP.Request.pathParameters : Swift.Dictionary<Swift.String, Swift.String>
HTTP.Request.query : Swift.Dictionary<Swift.String, Swift.String>
HTTP.Request.requestLineDescription : Swift.String
HTTP.Request.storage : Swift.Dictionary<Swift.String, protocol<>>
HTTP.Request.upgrade : <ERROR TYPE>
HTTP.Request.uri : <ERROR TYPE>
HTTP.Request.userAgent : Swift.Optional<Swift.String>
HTTP.Request.version : (major : Swift.Int, minor : Swift.Int)
HTTP.RequestParser
HTTP.RequestParser.context : Swift.UnsafeMutablePointer<HTTP.RequestParserContext>
HTTP.RequestParser.deinit
HTTP.RequestParser.init () -> HTTP.RequestParser
HTTP.RequestParser.parse : <ERROR TYPE>
HTTP.RequestParser.parser : __C.http_parser
HTTP.RequestParser.request : Swift.Optional<HTTP.Request>
HTTP.RequestParser.resetParser () -> ()
HTTP.RequestParserContext
HTTP.RequestParserContext.body : <ERROR TYPE>
HTTP.RequestParserContext.buildingCookieValue : Swift.String
HTTP.RequestParserContext.buildingHeaderField : Swift.String
HTTP.RequestParserContext.completion : (HTTP.Request) -> ()
HTTP.RequestParserContext.cookies : Swift.Set<HTTP.Cookie>
HTTP.RequestParserContext.currentHeaderField : Swift.String
HTTP.RequestParserContext.currentURI : Swift.String
HTTP.RequestParserContext.headers : Swift.Dictionary<HTTP.CaseInsensitiveKey, Swift.String>
HTTP.RequestParserContext.init (completion : (HTTP.Request) -> ()) -> HTTP.RequestParserContext
HTTP.RequestParserContext.method : Swift.ImplicitlyUnwrappedOptional<HTTP.Method>
HTTP.RequestParserContext.uri : <ERROR TYPE>
HTTP.RequestParserContext.version : (major : Swift.Int, minor : Swift.Int)
HTTP.RequestParserType.parse : <ERROR TYPE>
HTTP.RequestSerializer
HTTP.RequestSerializer.init () -> HTTP.RequestSerializer
HTTP.RequestSerializer.serialize : <ERROR TYPE>
HTTP.RequestSerializerType.serialize : <ERROR TYPE>
HTTP.Responder
HTTP.Responder.init (respond : (HTTP.Request) throws -> HTTP.Response) -> HTTP.Responder
HTTP.Responder.respond (HTTP.Request) throws -> HTTP.Response
HTTP.Responder.respond : (HTTP.Request) throws -> HTTP.Response
HTTP.ResponderType.respond (HTTP.Request) throws -> HTTP.Response
HTTP.Response
HTTP.Response with unmangled suffix "7Upgrade"
HTTP.Response.body : HTTP.Body
HTTP.Response.cookies : Swift.Set<HTTP.Cookie>
HTTP.Response.cookiesDescription : Swift.String
HTTP.Response.debugDescription : Swift.String
HTTP.Response.description : Swift.String
HTTP.Response.hashValue : Swift.Int
HTTP.Response.headers : Swift.Dictionary<HTTP.CaseInsensitiveKey, Swift.String>
HTTP.Response.init : <ERROR TYPE>
HTTP.Response.reasonPhrase : Swift.String
HTTP.Response.status : HTTP.Status
HTTP.Response.statusCode : Swift.Int
HTTP.Response.statusLineDescription : Swift.String
HTTP.Response.storage : Swift.Dictionary<Swift.String, protocol<>>
HTTP.Response.upgrade : <ERROR TYPE>
HTTP.Response.version : (major : Swift.Int, minor : Swift.Int)
HTTP.ResponseParser
HTTP.ResponseParser.context : Swift.UnsafeMutablePointer<HTTP.ResponseParserContext>
HTTP.ResponseParser.deinit
HTTP.ResponseParser.init () -> HTTP.ResponseParser
HTTP.ResponseParser.parse : <ERROR TYPE>
HTTP.ResponseParser.parser : __C.http_parser
HTTP.ResponseParser.resetParser () -> ()
HTTP.ResponseParser.response : Swift.Optional<HTTP.Response>
HTTP.ResponseParserContext
HTTP.ResponseParserContext.body : <ERROR TYPE>
HTTP.ResponseParserContext.buildingCookieValue : Swift.String
HTTP.ResponseParserContext.buildingHeaderField : Swift.String
HTTP.ResponseParserContext.completion : (HTTP.Response) -> ()
HTTP.ResponseParserContext.cookies : Swift.Set<HTTP.Cookie>
HTTP.ResponseParserContext.currentHeaderField : Swift.String
HTTP.ResponseParserContext.headers : Swift.Dictionary<HTTP.CaseInsensitiveKey, Swift.String>
HTTP.ResponseParserContext.init (completion : (HTTP.Response) -> ()) -> HTTP.ResponseParserContext
HTTP.ResponseParserContext.reasonPhrase : Swift.String
HTTP.ResponseParserContext.statusCode : Swift.Int
HTTP.ResponseParserContext.version : (major : Swift.Int, minor : Swift.Int)
HTTP.ResponseParserType.parse : <ERROR TYPE>
HTTP.ResponseSerializer
HTTP.ResponseSerializer.init () -> HTTP.ResponseSerializer
HTTP.ResponseSerializer.serialize : <ERROR TYPE>
HTTP.ResponseSerializerType.serialize : <ERROR TYPE>
HTTP.Route
HTTP.Route.init (methods : Swift.Set<HTTP.Method>, path : Swift.String, middleware : Swift.Array<HTTP.MiddlewareType>, responder : HTTP.ResponderType) -> HTTP.Route
HTTP.Route.methods : Swift.Set<HTTP.Method>
HTTP.Route.middleware : Swift.Array<HTTP.MiddlewareType>
HTTP.Route.path : Swift.String
HTTP.Route.respond (HTTP.Request) throws -> HTTP.Response
HTTP.Route.responder : HTTP.ResponderType
HTTP.RouteMatcherType.init (routes : Swift.Array<HTTP.Route>) -> A
HTTP.RouteMatcherType.match (HTTP.Request) -> Swift.Optional<HTTP.Route>
HTTP.RouteMatcherType.routes : Swift.Array<HTTP.Route>
HTTP.RouterType.fallback : HTTP.ResponderType
HTTP.RouterType.matcher : HTTP.RouteMatcherType
HTTP.RouterType.middleware : Swift.Array<HTTP.MiddlewareType>
HTTP.ServerType.middleware : Swift.Array<HTTP.MiddlewareType>
HTTP.ServerType.parser : HTTP.RequestParserType
HTTP.ServerType.responder : HTTP.ResponderType
HTTP.ServerType.serializer : HTTP.ResponseSerializerType
HTTP.ServerType.server : <ERROR TYPE>
HTTP.Status
HTTP.Status.Accepted (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.AuthenticationTimeout (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.BadGateway (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.BadRequest (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.Conflict (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.Continue (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.Created (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.EnhanceYourCalm (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.ExpectationFailed (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.FailedDependency (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.Forbidden (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.Found (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.GatewayTimeout (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.Gone (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.HTTPVersionNotSupported (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.ImATeapot (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.InsufficientStorage (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.InternalServerError (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.LengthRequired (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.Locked (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.LoopDetected (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.MethodNotAllowed (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.MovedPermanently (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.MultipleChoices (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.NetworkAuthenticationRequired (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.NoContent (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.NonAuthoritativeInformation (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.NotAcceptable (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.NotExtended (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.NotFound (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.NotImplemented (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.NotModified (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.OK (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.PartialContent (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.PaymentRequired (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.PermanentRedirect (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.PreconditionFailed (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.PreconditionRequired (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.Processing (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.ProxyAuthenticationRequired (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.Raw (HTTP.Status.Type) -> (statusCode : Swift.Int, reasonPhrase : Swift.String) -> HTTP.Status
HTTP.Status.RequestEntityTooLarge (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.RequestHeaderFieldsTooLarge (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.RequestTimeout (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.RequestURITooLong (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.RequestedRangeNotSatisfiable (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.ResetContent (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.SeeOther (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.ServiceUnavailable (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.SwitchProxy (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.SwitchingProtocols (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.TemporaryRedirect (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.TooManyRequests (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.Unauthorized (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.UnprocessableEntity (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.UnsupportedMediaType (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.UseProxy (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.VariantAlsoNegotiates (HTTP.Status.Type) -> HTTP.Status
HTTP.Status.hashValue : Swift.Int
HTTP.Status.init (statusCode : Swift.Int, reasonPhrase : Swift.String) -> HTTP.Status
HTTP.Status.reasonPhrase : Swift.String
HTTP.Status.statusCode : Swift.Int
HTTP.branch (HTTP.BranchCondition, yes : HTTP.MiddlewareType, no : Swift.Optional<HTTP.MiddlewareType>) -> HTTP.BranchMiddleware
HTTP.chain (middleware : Swift.Array<HTTP.MiddlewareType>, respond : (HTTP.Request) throws -> HTTP.Response) -> HTTP.ResponderType
HTTP.chain (middleware : Swift.Array<HTTP.MiddlewareType>, responder : HTTP.ResponderType) -> HTTP.ResponderType
HTTP.merge (Swift.Array<HTTP.MiddlewareType>...) -> HTTP.MergeMiddleware
HTTP.onRequestBody (Swift.UnsafeMutablePointer<__C.http_parser>, data : Swift.UnsafePointer<Swift.Int8>, length : Swift.Int) -> Swift.Int32
HTTP.onRequestHeaderField (Swift.UnsafeMutablePointer<__C.http_parser>, data : Swift.UnsafePointer<Swift.Int8>, length : Swift.Int) -> Swift.Int32
HTTP.onRequestHeaderValue (Swift.UnsafeMutablePointer<__C.http_parser>, data : Swift.UnsafePointer<Swift.Int8>, length : Swift.Int) -> Swift.Int32
HTTP.onRequestHeadersComplete (Swift.UnsafeMutablePointer<__C.http_parser>) -> Swift.Int32
HTTP.onRequestMessageComplete (Swift.UnsafeMutablePointer<__C.http_parser>) -> Swift.Int32
HTTP.onRequestURL (Swift.UnsafeMutablePointer<__C.http_parser>, data : Swift.UnsafePointer<Swift.Int8>, length : Swift.Int) -> Swift.Int32
HTTP.onResponseBody (Swift.UnsafeMutablePointer<__C.http_parser>, data : Swift.UnsafePointer<Swift.Int8>, length : Swift.Int) -> Swift.Int32
HTTP.onResponseHeaderField (Swift.UnsafeMutablePointer<__C.http_parser>, data : Swift.UnsafePointer<Swift.Int8>, length : Swift.Int) -> Swift.Int32
HTTP.onResponseHeaderValue (Swift.UnsafeMutablePointer<__C.http_parser>, data : Swift.UnsafePointer<Swift.Int8>, length : Swift.Int) -> Swift.Int32
HTTP.onResponseHeadersComplete (Swift.UnsafeMutablePointer<__C.http_parser>) -> Swift.Int32
HTTP.onResponseMessageComplete (Swift.UnsafeMutablePointer<__C.http_parser>) -> Swift.Int32
HTTP.onResponseStatus (Swift.UnsafeMutablePointer<__C.http_parser>, data : Swift.UnsafePointer<Swift.Int8>, length : Swift.Int) -> Swift.Int32
HTTP.requestSettings : __C.http_parser_settings
HTTP.responseSettings : __C.http_parser_settings
MediaType.JSONMediaType : MediaType.MediaType
MediaType.MediaType
MediaType.MediaType.description : Swift.String
MediaType.MediaType.hashValue : Swift.Int
MediaType.MediaType.init (string : Swift.String) -> MediaType.MediaType
MediaType.MediaType.init (type : Swift.String, subtype : Swift.String, parameters : Swift.Dictionary<Swift.String, Swift.String>) -> MediaType.MediaType
MediaType.MediaType.matches (MediaType.MediaType) -> Swift.Bool
MediaType.MediaType.parameters : Swift.Dictionary<Swift.String, Swift.String>
MediaType.MediaType.subtype : Swift.String
MediaType.MediaType.type : Swift.String
MediaType.MediaTypeError
MediaType.MediaTypeError.MalformedMediaTypeString (MediaType.MediaTypeError.Type) -> MediaType.MediaTypeError
MediaType.URLEncodedFormMediaType : MediaType.MediaType
MediaType.XMLMediaType : MediaType.MediaType
MediaType.fileExtensionMediaTypeMapping : Swift.Dictionary<Swift.String, Swift.String>
MediaType.mediaTypeForFileExtension (Swift.String) -> Swift.Optional<MediaType.MediaType>
MediaType.multipartFormMediaType : MediaType.MediaType
Stream.StreamClientType.connect () throws -> Stream.StreamType
Stream.StreamError
Stream.StreamError.ClosedStream : <ERROR TYPE>
Stream.StreamServerType.accept () throws -> Stream.StreamType
Stream.StreamType.close () -> Swift.Bool
Stream.StreamType.closed : Swift.Bool
Stream.StreamType.flush () throws -> ()
Stream.StreamType.metadata : Swift.Dictionary<Swift.String, protocol<>>
Stream.StreamType.receive : <ERROR TYPE>
Stream.StreamType.send : <ERROR TYPE>
String.CharacterSet
String.CharacterSet.(characters in _A23956505F8E6904CBEA9053D0A24303) : Swift.Set<Swift.Character>
String.CharacterSet.(isInverted in _A23956505F8E6904CBEA9053D0A24303) : Swift.Bool
String.CharacterSet.contains (Swift.Character) -> Swift.Bool
String.CharacterSet.init (arrayLiteral : Swift.Array<Swift.Character>...) -> String.CharacterSet
String.CharacterSet.init (characters : Swift.Set<Swift.Character>, inverted : Swift.Bool) -> String.CharacterSet
String.CharacterSet.inverted : String.CharacterSet
TrieRouteMatcher.Trie
TrieRouteMatcher.Trie with unmangled suffix "7ElementMx"
TrieRouteMatcher.Trie with unmangled suffix "7PayloadMq_"
TrieRouteMatcher.Trie.children : Swift.Array<TrieRouteMatcher.Trie<A, B>>
TrieRouteMatcher.Trie.contains <A where A1: Swift.GeneratorType, A == A1.Element> (A1) -> Swift.Bool
TrieRouteMatcher.Trie.contains <A where A1: Swift.SequenceType, A == A1.Generator.Element> (A1) -> Swift.Bool
TrieRouteMatcher.Trie.description : Swift.String
TrieRouteMatcher.Trie.ending : Swift.Bool
TrieRouteMatcher.Trie.findLast <A where A1: Swift.GeneratorType, A == A1.Element> (A1) -> Swift.Optional<TrieRouteMatcher.Trie<A, B>>
TrieRouteMatcher.Trie.findLast <A where A1: Swift.SequenceType, A == A1.Generator.Element> (A1) -> Swift.Optional<TrieRouteMatcher.Trie<A, B>>
TrieRouteMatcher.Trie.findPayload <A where A1: Swift.GeneratorType, A == A1.Element> (A1) -> Swift.Optional<B>
TrieRouteMatcher.Trie.findPayload <A where A1: Swift.SequenceType, A == A1.Generator.Element> (A1) -> Swift.Optional<B>
TrieRouteMatcher.Trie.init () -> TrieRouteMatcher.Trie<A, B>
TrieRouteMatcher.Trie.init (prefix : A, payload : Swift.Optional<B>, ending : Swift.Bool, children : Swift.Array<TrieRouteMatcher.Trie<A, B>>) -> TrieRouteMatcher.Trie<A, B>
TrieRouteMatcher.Trie.insert <A where A1: Swift.GeneratorType, A == A1.Element> (A1, payload : Swift.Optional<B>) -> ()
TrieRouteMatcher.Trie.insert <A where A1: Swift.SequenceType, A == A1.Generator.Element> (A1, payload : Swift.Optional<B>) -> ()
TrieRouteMatcher.Trie.payload : Swift.Optional<B>
TrieRouteMatcher.Trie.prefix : Swift.Optional<A>
TrieRouteMatcher.Trie.pretty (depth : Swift.Int) -> Swift.String
TrieRouteMatcher.TrieRouteMatcher
TrieRouteMatcher.TrieRouteMatcher.(componentsTrie in _9E5F02F70C69F7504056C83CF9FEE74B) : TrieRouteMatcher.Trie<Swift.Character, Swift.Int>
TrieRouteMatcher.TrieRouteMatcher.(parameterDictionary in _9E5F02F70C69F7504056C83CF9FEE74B) : Swift.Dictionary<Swift.Int, Swift.String>
TrieRouteMatcher.TrieRouteMatcher.(routesTrie in _9E5F02F70C69F7504056C83CF9FEE74B) : <ERROR TYPE>
TrieRouteMatcher.TrieRouteMatcher.description : Swift.String
TrieRouteMatcher.TrieRouteMatcher.init : <ERROR TYPE>
TrieRouteMatcher.TrieRouteMatcher.match : <ERROR TYPE>
TrieRouteMatcher.TrieRouteMatcher.routes : <ERROR TYPE>
TrieRouteMatcher.TrieRouteMatcher.searchForRoute : <ERROR TYPE>
URI.URI
URI.URI.UserInfo
URI.URI.UserInfo.description : Swift.String
URI.URI.UserInfo.hashValue : Swift.Int
URI.URI.UserInfo.init (username : Swift.String, password : Swift.String) -> URI.URI.UserInfo
URI.URI.UserInfo.password : Swift.String
URI.URI.UserInfo.username : Swift.String
URI.URI.description : Swift.String
URI.URI.fragment : Swift.Optional<Swift.String>
URI.URI.hashValue : Swift.Int
URI.URI.host : Swift.Optional<Swift.String>
URI.URI.init (scheme : Swift.Optional<Swift.String>, userInfo : Swift.Optional<URI.URI.UserInfo>, host : Swift.Optional<Swift.String>, port : Swift.Optional<Swift.Int>, path : Swift.Optional<Swift.String>, query : Swift.Dictionary<Swift.String, Swift.String>, fragment : Swift.Optional<Swift.String>) -> URI.URI
URI.URI.init (string : Swift.String) throws -> URI.URI
URI.URI.path : Swift.Optional<Swift.String>
URI.URI.port : Swift.Optional<Swift.Int>
URI.URI.query : Swift.Dictionary<Swift.String, Swift.String>
URI.URI.scheme : Swift.Optional<Swift.String>
URI.URI.userInfo : Swift.Optional<URI.URI.UserInfo>
_T4Data4Byte
_T4HTTP10HeaderName
_T4HTTP11HeaderValue
_T4HTTP14RequestContext
_T4HTTP15ResponseContext
_T4HTTP6Parser
_T4HTTP7Cookies
_T4HTTP7Headers
_T4HTTP7Respond
_T4HTTP7Storage
_T4HTTP7Version
_TP4Data15DataConvertible
_TP4Data8ByteType
_TP4HTTP10ClientType
_TP4HTTP10RouterType
_TP4HTTP10ServerType
_TP4HTTP11MessageType
_TP4HTTP13ResponderType
_TP4HTTP14MiddlewareType
_TP4HTTP16RouteMatcherType
_TP4HTTP17RequestParserType
_TP4HTTP18ResponseParserType
_TP4HTTP21RequestSerializerType
_TP4HTTP22ResponseSerializerType
_TP4HTTP9ChainType
_TP6Stream10StreamType
_TP6Stream16StreamClientType
_TP6Stream16StreamServerType
static (extension in String):Swift.String.bufferWithSize (Swift.Int) -> Swift.Array<Swift.Int8>
static Data.+ infix (Data.Data, Data.Data) -> Data.Data
static Data.+ infix (Data.Data, Data.DataConvertible) -> Data.Data
static Data.+ infix (Data.DataConvertible, Data.Data) -> Data.Data
static Data.+= infix (inout Data.Data, Data.Data) -> ()
static Data.+= infix (inout Data.Data, Data.DataConvertible) -> ()
static Data.+= infix <A where A: Swift.SequenceType, A.Generator.Element == Swift.UInt8> (inout Data.Data, A) -> ()
static Data.== infix (Data.Data, Data.Data) -> Swift.Bool
static Data.Data.bufferWithSize (Swift.Int) -> Data.Data
static HTTP.== infix (HTTP.CaseInsensitiveKey, HTTP.CaseInsensitiveKey) -> Swift.Bool
static HTTP.== infix (HTTP.Cookie, HTTP.Cookie) -> Swift.Bool
static HTTP.== infix (HTTP.Request, HTTP.Request) -> Swift.Bool
static HTTP.== infix (HTTP.Response, HTTP.Response) -> Swift.Bool
static HTTP.== infix (HTTP.Status, HTTP.Status) -> Swift.Bool
static HTTP.Cookie.parseCookie (Swift.String) throws -> Swift.Set<HTTP.Cookie>
static HTTP.Cookie.parseSetCookie (Swift.String) throws -> HTTP.Cookie
static HTTP.Method.commonMethods : Swift.Set<HTTP.Method>
static MediaType.== infix (MediaType.MediaType, MediaType.MediaType) -> Swift.Bool
static String.CharacterSet.digits : String.CharacterSet
static String.CharacterSet.whitespaceAndNewline : String.CharacterSet
static TrieRouteMatcher.< infix <A, B where A: Swift.Comparable> (TrieRouteMatcher.Trie<A, B>, TrieRouteMatcher.Trie<A, B>) -> Swift.Bool
static TrieRouteMatcher.== infix <A, B where A: Swift.Comparable> (TrieRouteMatcher.Trie<A, B>, TrieRouteMatcher.Trie<A, B>) -> Swift.Bool
static URI.== infix (URI.URI, URI.URI) -> Swift.Bool
static URI.== infix (URI.URI.UserInfo, URI.URI.UserInfo) -> Swift.Bool
static URI.URI.(getSubstring in _8514AB7FCB3B54335D4AB88E27D40834) (Swift.String, start : Swift.UInt16, end : Swift.UInt16) -> Swift.String
static URI.URI.(parseQueryString in _8514AB7FCB3B54335D4AB88E27D40834) (Swift.String) -> Swift.Dictionary<Swift.String, Swift.String>
static URI.URI.(parseUserInfoString in _8514AB7FCB3B54335D4AB88E27D40834) (Swift.String) -> Swift.Optional<URI.URI.UserInfo>