(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
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
File.File
File.File.(file in _519FF7F51382009C703D2AE2A7F3E976) : Swift.COpaquePointer
File.File.Mode
File.File.Mode.AppendReadWrite (File.File.Mode.Type) -> File.File.Mode
File.File.Mode.AppendWrite (File.File.Mode.Type) -> File.File.Mode
File.File.Mode.CreateReadWrite (File.File.Mode.Type) -> File.File.Mode
File.File.Mode.CreateWrite (File.File.Mode.Type) -> File.File.Mode
File.File.Mode.Read (File.File.Mode.Type) -> File.File.Mode
File.File.Mode.ReadWrite (File.File.Mode.Type) -> File.File.Mode
File.File.Mode.TruncateReadWrite (File.File.Mode.Type) -> File.File.Mode
File.File.Mode.TruncateWrite (File.File.Mode.Type) -> File.File.Mode
File.File.Mode.value : Swift.Int32
File.File.assertNotClosed () throws -> ()
File.File.attach : <ERROR TYPE>
File.File.close () -> Swift.Bool
File.File.closed : Swift.Bool
File.File.deinit
File.File.detach : <ERROR TYPE>
File.File.eof : Swift.Bool
File.File.fileExtension : Swift.Optional<Swift.String>
File.File.flush : <ERROR TYPE>
File.File.init (file : Swift.COpaquePointer) throws -> File.File
File.File.init (path : Swift.String, mode : File.File.Mode) throws -> File.File
File.File.init : <ERROR TYPE>
File.File.path : Swift.Optional<Swift.String>
File.File.read : <ERROR TYPE>
File.File.seek (Swift.Int) throws -> Swift.Int
File.File.tell () throws -> Swift.Int
File.File.write : <ERROR TYPE>
File.FileError
File.FileError.BrokenPipe : <ERROR TYPE>
File.FileError.ClosedFile (File.FileError.Type) -> (description : Swift.String) -> File.FileError
File.FileError.ConnectionResetByPeer : <ERROR TYPE>
File.FileError.FileExists (File.FileError.Type) -> (description : Swift.String) -> File.FileError
File.FileError.NoBufferSpaceAvailabe : <ERROR TYPE>
File.FileError.OperationTimedOut : <ERROR TYPE>
File.FileError.Unknown (File.FileError.Type) -> (description : Swift.String) -> File.FileError
File.FileError.description : Swift.String
File.FileStream
File.FileStream.(assertNotClosed in _9742A2CF28521EA8FE9DB4DEC7EADE64) () throws -> ()
File.FileStream.(file in _9742A2CF28521EA8FE9DB4DEC7EADE64) : File.File
File.FileStream.close () -> Swift.Bool
File.FileStream.closed : Swift.Bool
File.FileStream.flush () throws -> ()
File.FileStream.highWaterMark : Swift.Int
File.FileStream.init (file : File.File, lowWaterMark : Swift.Int, highWaterMark : Swift.Int) -> File.FileStream
File.FileStream.lowWaterMark : Swift.Int
File.FileStream.metadata : Swift.Dictionary<Swift.String, protocol<>>
File.FileStream.receive : <ERROR TYPE>
File.FileStream.send : <ERROR TYPE>
File.standardErrorStream : <ERROR TYPE>
File.standardInputStream : <ERROR TYPE>
File.standardOutputStream : <ERROR TYPE>
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
Log.Log
Log.Log.(messageChannel in _4C354523A9C3F68DB6422178B97DE6EB) : <ERROR TYPE>
Log.Log.(once in _4C354523A9C3F68DB6422178B97DE6EB) : <ERROR TYPE>
Log.Log.Level
Log.Log.Level.init (rawValue : Swift.Int32) -> Log.Log.Level
Log.Log.Level.rawValue : Swift.Int32
Log.Log.debug (protocol<>, terminator : Swift.String, flush : Swift.Bool) -> ()
Log.Log.deinit
Log.Log.error (protocol<>, terminator : Swift.String, flush : Swift.Bool) -> ()
Log.Log.fatal (protocol<>, terminator : Swift.String, flush : Swift.Bool) -> ()
Log.Log.info (protocol<>, terminator : Swift.String, flush : Swift.Bool) -> ()
Log.Log.init : <ERROR TYPE>
Log.Log.levels : Log.Log.Level
Log.Log.log (Log.Log.Level, item : protocol<>, terminator : Swift.String, flush : Swift.Bool) -> ()
Log.Log.stream : <ERROR TYPE>
Log.Log.trace (protocol<>, terminator : Swift.String, flush : Swift.Bool) -> ()
Log.Log.warning (protocol<>, terminator : Swift.String, flush : Swift.Bool) -> ()
LogMiddleware.DebugLogMiddleware
LogMiddleware.DebugLogMiddleware.(level in _D974E5E8EB1A9B87AAFC3BE4DBA1FA40) : <ERROR TYPE>
LogMiddleware.DebugLogMiddleware.(log in _D974E5E8EB1A9B87AAFC3BE4DBA1FA40) : <ERROR TYPE>
LogMiddleware.DebugLogMiddleware.init : <ERROR TYPE>
LogMiddleware.DebugLogMiddleware.respond : <ERROR TYPE>
LogMiddleware.LogMiddleware
LogMiddleware.LogMiddleware.(level in _D974E5E8EB1A9B87AAFC3BE4DBA1FA40) : <ERROR TYPE>
LogMiddleware.LogMiddleware.(log in _D974E5E8EB1A9B87AAFC3BE4DBA1FA40) : <ERROR TYPE>
LogMiddleware.LogMiddleware.init : <ERROR TYPE>
LogMiddleware.LogMiddleware.respond : <ERROR TYPE>
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
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>
Venice.(select in _8DC9E52FE299FE7D6041D2E28415A45A) (Venice.SelectCaseBuilder) -> ()
Venice.CPUCoreCount : Swift.Int
Venice.Channel
Venice.Channel with unmangled suffix "1TMx"
Venice.Channel.(buffer in _7A5175E0E57634698AA7689B1909523E) : Swift.Array<A>
Venice.Channel.(channel in _7A5175E0E57634698AA7689B1909523E) : Swift.COpaquePointer
Venice.Channel.bufferSize : Swift.Int
Venice.Channel.close () -> Swift.Bool
Venice.Channel.closed : Swift.Bool
Venice.Channel.deinit
Venice.Channel.generate () -> Venice.ChannelGenerator<A>
Venice.Channel.getValueFromBuffer () -> Swift.Optional<A>
Venice.Channel.init () -> Venice.Channel<A>
Venice.Channel.init (bufferSize : Swift.Int) -> Venice.Channel<A>
Venice.Channel.isBuffered : Swift.Bool
Venice.Channel.receive () -> Swift.Optional<A>
Venice.Channel.receivingChannel : Venice.ReceivingChannel<A>
Venice.Channel.registerReceive (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.Channel.send (A) -> ()
Venice.Channel.send (A, clause : Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.Channel.sendingChannel : Venice.SendingChannel<A>
Venice.ChannelGenerator
Venice.ChannelGenerator with unmangled suffix "1TMx"
Venice.ChannelGenerator.channel : Venice.ReceivingChannel<A>
Venice.ChannelGenerator.next () -> Swift.Optional<A>
Venice.ChannelReceiveCase
Venice.ChannelReceiveCase with unmangled suffix "1TMx"
Venice.ChannelReceiveCase.channel : Venice.Channel<A>
Venice.ChannelReceiveCase.closure : (A) -> ()
Venice.ChannelReceiveCase.execute () -> ()
Venice.ChannelReceiveCase.init (channel : Venice.Channel<A>, closure : (A) -> ()) -> Venice.ChannelReceiveCase<A>
Venice.ChannelReceiveCase.register (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.ChannelResult
Venice.ChannelResult with unmangled suffix "1TMx"
Venice.ChannelResult.Error <A> (Venice.ChannelResult<A>.Type) -> (Swift.ErrorType) -> Venice.ChannelResult<A>
Venice.ChannelResult.Value <A> (Venice.ChannelResult<A>.Type) -> (A) -> Venice.ChannelResult<A>
Venice.ChannelResult.failure ((Swift.ErrorType) -> ()) -> ()
Venice.ChannelResult.success ((A) -> ()) -> ()
Venice.ChannelSendCase
Venice.ChannelSendCase with unmangled suffix "1TMx"
Venice.ChannelSendCase.channel : Venice.Channel<A>
Venice.ChannelSendCase.closure : () -> ()
Venice.ChannelSendCase.execute () -> ()
Venice.ChannelSendCase.init (channel : Venice.Channel<A>, value : A, closure : () -> ()) -> Venice.ChannelSendCase<A>
Venice.ChannelSendCase.register (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.ChannelSendCase.value : A
Venice.FallibleChannel
Venice.FallibleChannel with unmangled suffix "1TMx"
Venice.FallibleChannel.(buffer in _651FEA36F0233CAEA610F31160FCE81C) : Swift.Array<Venice.ChannelResult<A>>
Venice.FallibleChannel.(channel in _651FEA36F0233CAEA610F31160FCE81C) : Swift.COpaquePointer
Venice.FallibleChannel.bufferSize : Swift.Int
Venice.FallibleChannel.close () -> Swift.Bool
Venice.FallibleChannel.closed : Swift.Bool
Venice.FallibleChannel.deinit
Venice.FallibleChannel.generate () -> Venice.FallibleChannelGenerator<A>
Venice.FallibleChannel.getResultFromBuffer () -> Swift.Optional<Venice.ChannelResult<A>>
Venice.FallibleChannel.init () -> Venice.FallibleChannel<A>
Venice.FallibleChannel.init (bufferSize : Swift.Int) -> Venice.FallibleChannel<A>
Venice.FallibleChannel.receive () throws -> Swift.Optional<A>
Venice.FallibleChannel.receiveResult () -> Swift.Optional<Venice.ChannelResult<A>>
Venice.FallibleChannel.receivingChannel : Venice.FallibleReceivingChannel<A>
Venice.FallibleChannel.registerReceive (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.FallibleChannel.send (A) -> ()
Venice.FallibleChannel.send (A, clause : Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.FallibleChannel.send (Swift.ErrorType, clause : Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.FallibleChannel.sendError (Swift.ErrorType) -> ()
Venice.FallibleChannel.sendResult (Venice.ChannelResult<A>) -> ()
Venice.FallibleChannel.sendingChannel : Venice.FallibleSendingChannel<A>
Venice.FallibleChannelGenerator
Venice.FallibleChannelGenerator with unmangled suffix "1TMx"
Venice.FallibleChannelGenerator.channel : Venice.FallibleReceivingChannel<A>
Venice.FallibleChannelGenerator.next () -> Swift.Optional<Venice.ChannelResult<A>>
Venice.FallibleChannelReceiveCase
Venice.FallibleChannelReceiveCase with unmangled suffix "1TMx"
Venice.FallibleChannelReceiveCase.channel : Venice.FallibleChannel<A>
Venice.FallibleChannelReceiveCase.closure : (Venice.ChannelResult<A>) -> ()
Venice.FallibleChannelReceiveCase.execute () -> ()
Venice.FallibleChannelReceiveCase.init (channel : Venice.FallibleChannel<A>, closure : (Venice.ChannelResult<A>) -> ()) -> Venice.FallibleChannelReceiveCase<A>
Venice.FallibleChannelReceiveCase.register (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.FallibleChannelSendCase
Venice.FallibleChannelSendCase with unmangled suffix "1TMx"
Venice.FallibleChannelSendCase.channel : Venice.FallibleChannel<A>
Venice.FallibleChannelSendCase.closure : () -> ()
Venice.FallibleChannelSendCase.execute () -> ()
Venice.FallibleChannelSendCase.init (channel : Venice.FallibleChannel<A>, value : A, closure : () -> ()) -> Venice.FallibleChannelSendCase<A>
Venice.FallibleChannelSendCase.register (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.FallibleChannelSendCase.value : A
Venice.FallibleChannelSendErrorCase
Venice.FallibleChannelSendErrorCase with unmangled suffix "1TMx"
Venice.FallibleChannelSendErrorCase.channel : Venice.FallibleChannel<A>
Venice.FallibleChannelSendErrorCase.closure : () -> ()
Venice.FallibleChannelSendErrorCase.error : Swift.ErrorType
Venice.FallibleChannelSendErrorCase.execute () -> ()
Venice.FallibleChannelSendErrorCase.init (channel : Venice.FallibleChannel<A>, error : Swift.ErrorType, closure : () -> ()) -> Venice.FallibleChannelSendErrorCase<A>
Venice.FallibleChannelSendErrorCase.register (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.FallibleReceivable.close () -> Swift.Bool
Venice.FallibleReceivable.receive () throws -> Swift.Optional<A.T>
Venice.FallibleReceivingChannel
Venice.FallibleReceivingChannel with unmangled suffix "1TMx"
Venice.FallibleReceivingChannel.(channel in _CCF9B78024294D5CC501A6D49AA1E022) : Venice.FallibleChannel<A>
Venice.FallibleReceivingChannel.close () -> Swift.Bool
Venice.FallibleReceivingChannel.generate () -> Venice.FallibleChannelGenerator<A>
Venice.FallibleReceivingChannel.getResultFromBuffer () -> Swift.Optional<Venice.ChannelResult<A>>
Venice.FallibleReceivingChannel.init (Venice.FallibleChannel<A>) -> Venice.FallibleReceivingChannel<A>
Venice.FallibleReceivingChannel.receive () throws -> Swift.Optional<A>
Venice.FallibleReceivingChannel.receiveResult () -> Swift.Optional<Venice.ChannelResult<A>>
Venice.FallibleReceivingChannel.registerReceive (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.FallibleReceivingChannelReceiveCase
Venice.FallibleReceivingChannelReceiveCase with unmangled suffix "1TMx"
Venice.FallibleReceivingChannelReceiveCase.channel : Venice.FallibleReceivingChannel<A>
Venice.FallibleReceivingChannelReceiveCase.closure : (Venice.ChannelResult<A>) -> ()
Venice.FallibleReceivingChannelReceiveCase.execute () -> ()
Venice.FallibleReceivingChannelReceiveCase.init (channel : Venice.FallibleReceivingChannel<A>, closure : (Venice.ChannelResult<A>) -> ()) -> Venice.FallibleReceivingChannelReceiveCase<A>
Venice.FallibleReceivingChannelReceiveCase.register (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.FallibleSendable.send (A.T) -> ()
Venice.FallibleSendable.sendError (Swift.ErrorType) -> ()
Venice.FallibleSendable.sendResult (Venice.ChannelResult<A.T>) -> ()
Venice.FallibleSendingChannel
Venice.FallibleSendingChannel with unmangled suffix "1TMx"
Venice.FallibleSendingChannel.(channel in _8D27B0EE766EE75B27C2E6E7403B10AC) : Venice.FallibleChannel<A>
Venice.FallibleSendingChannel.closed : Swift.Bool
Venice.FallibleSendingChannel.init (Venice.FallibleChannel<A>) -> Venice.FallibleSendingChannel<A>
Venice.FallibleSendingChannel.send (A) -> ()
Venice.FallibleSendingChannel.send (A, clause : Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.FallibleSendingChannel.send (Swift.ErrorType, clause : Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.FallibleSendingChannel.sendError (Swift.ErrorType) -> ()
Venice.FallibleSendingChannel.sendResult (Venice.ChannelResult<A>) -> ()
Venice.FallibleSendingChannelSendCase
Venice.FallibleSendingChannelSendCase with unmangled suffix "1TMx"
Venice.FallibleSendingChannelSendCase.channel : Venice.FallibleSendingChannel<A>
Venice.FallibleSendingChannelSendCase.closure : () -> ()
Venice.FallibleSendingChannelSendCase.execute () -> ()
Venice.FallibleSendingChannelSendCase.init (channel : Venice.FallibleSendingChannel<A>, value : A, closure : () -> ()) -> Venice.FallibleSendingChannelSendCase<A>
Venice.FallibleSendingChannelSendCase.register (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.FallibleSendingChannelSendCase.value : A
Venice.FallibleSendingChannelSendErrorCase
Venice.FallibleSendingChannelSendErrorCase with unmangled suffix "1TMx"
Venice.FallibleSendingChannelSendErrorCase.channel : Venice.FallibleSendingChannel<A>
Venice.FallibleSendingChannelSendErrorCase.closure : () -> ()
Venice.FallibleSendingChannelSendErrorCase.error : Swift.ErrorType
Venice.FallibleSendingChannelSendErrorCase.execute () -> ()
Venice.FallibleSendingChannelSendErrorCase.init (channel : Venice.FallibleSendingChannel<A>, error : Swift.ErrorType, closure : () -> ()) -> Venice.FallibleSendingChannelSendErrorCase<A>
Venice.FallibleSendingChannelSendErrorCase.register (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.Once
Venice.Once.done : Swift.Bool
Venice.Once.init () -> Venice.Once
Venice.Once.run (() -> ()) -> ()
Venice.Once.runInBackground (() -> ()) -> ()
Venice.PollEvent
Venice.PollEvent.init (rawValue : Swift.Int) -> Venice.PollEvent
Venice.PollEvent.rawValue : Swift.Int
Venice.PollResult
Venice.PollResult.init (rawValue : Swift.Int) -> Venice.PollResult
Venice.PollResult.rawValue : Swift.Int
Venice.Receivable.close () -> Swift.Bool
Venice.Receivable.receive () -> Swift.Optional<A.T>
Venice.ReceivingChannel
Venice.ReceivingChannel with unmangled suffix "1TMx"
Venice.ReceivingChannel.(channel in _DDDD1B955BB7AAFF6FC9788D2FF29243) : Venice.Channel<A>
Venice.ReceivingChannel.close () -> Swift.Bool
Venice.ReceivingChannel.generate () -> Venice.ChannelGenerator<A>
Venice.ReceivingChannel.getValueFromBuffer () -> Swift.Optional<A>
Venice.ReceivingChannel.init (Venice.Channel<A>) -> Venice.ReceivingChannel<A>
Venice.ReceivingChannel.receive () -> Swift.Optional<A>
Venice.ReceivingChannel.registerReceive (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.ReceivingChannelReceiveCase
Venice.ReceivingChannelReceiveCase with unmangled suffix "1TMx"
Venice.ReceivingChannelReceiveCase.channel : Venice.ReceivingChannel<A>
Venice.ReceivingChannelReceiveCase.closure : (A) -> ()
Venice.ReceivingChannelReceiveCase.execute () -> ()
Venice.ReceivingChannelReceiveCase.init (channel : Venice.ReceivingChannel<A>, closure : (A) -> ()) -> Venice.ReceivingChannelReceiveCase<A>
Venice.ReceivingChannelReceiveCase.register (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.SelectCase.execute () -> ()
Venice.SelectCase.register (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.SelectCaseBuilder
Venice.SelectCaseBuilder.cases : Swift.Array<Venice.SelectCase>
Venice.SelectCaseBuilder.otherwise (() -> ()) -> ()
Venice.SelectCaseBuilder.otherwise : Swift.Optional<() -> ()>
Venice.SelectCaseBuilder.receiveFrom <A> (Swift.Optional<Venice.Channel<A>>, closure : (A) -> ()) -> ()
Venice.SelectCaseBuilder.receiveFrom <A> (Swift.Optional<Venice.FallibleChannel<A>>, closure : (Venice.ChannelResult<A>) -> ()) -> ()
Venice.SelectCaseBuilder.receiveFrom <A> (Swift.Optional<Venice.FallibleReceivingChannel<A>>, closure : (Venice.ChannelResult<A>) -> ()) -> ()
Venice.SelectCaseBuilder.receiveFrom <A> (Swift.Optional<Venice.ReceivingChannel<A>>, closure : (A) -> ()) -> ()
Venice.SelectCaseBuilder.send <A> (A, to : Swift.Optional<Venice.Channel<A>>, closure : () -> ()) -> ()
Venice.SelectCaseBuilder.send <A> (A, to : Swift.Optional<Venice.FallibleChannel<A>>, closure : () -> ()) -> ()
Venice.SelectCaseBuilder.send <A> (A, to : Swift.Optional<Venice.FallibleSendingChannel<A>>, closure : () -> ()) -> ()
Venice.SelectCaseBuilder.send <A> (A, to : Swift.Optional<Venice.SendingChannel<A>>, closure : () -> ()) -> ()
Venice.SelectCaseBuilder.throwError <A> (Swift.ErrorType, into : Swift.Optional<Venice.FallibleChannel<A>>, closure : () -> ()) -> ()
Venice.SelectCaseBuilder.throwError <A> (Swift.ErrorType, into : Swift.Optional<Venice.FallibleSendingChannel<A>>, closure : () -> ()) -> ()
Venice.SelectCaseBuilder.timeout (Swift.Int64, closure : () -> ()) -> ()
Venice.Sendable.send (A.T) -> ()
Venice.SendingChannel
Venice.SendingChannel with unmangled suffix "1TMx"
Venice.SendingChannel.(channel in _2359BB16127916BA338CD556730F0E51) : Venice.Channel<A>
Venice.SendingChannel.closed : Swift.Bool
Venice.SendingChannel.init (Venice.Channel<A>) -> Venice.SendingChannel<A>
Venice.SendingChannel.send (A) -> ()
Venice.SendingChannel.send (A, clause : Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.SendingChannelSendCase
Venice.SendingChannelSendCase with unmangled suffix "1TMx"
Venice.SendingChannelSendCase.channel : Venice.SendingChannel<A>
Venice.SendingChannelSendCase.closure : () -> ()
Venice.SendingChannelSendCase.execute () -> ()
Venice.SendingChannelSendCase.init (channel : Venice.SendingChannel<A>, value : A, closure : () -> ()) -> Venice.SendingChannelSendCase<A>
Venice.SendingChannelSendCase.register (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.SendingChannelSendCase.value : A
Venice.Ticker
Venice.Ticker.(internalChannel in _62639C3381A4604B053D840F27B4AE59) : Venice.Channel<Swift.Int64>
Venice.Ticker.(stopped in _62639C3381A4604B053D840F27B4AE59) : Swift.Bool
Venice.Ticker.channel : Venice.ReceivingChannel<Swift.Int64>
Venice.Ticker.init (period : Swift.Int64) -> Venice.Ticker
Venice.Ticker.stop () -> ()
Venice.TimeoutCase
Venice.TimeoutCase with unmangled suffix "1TMx"
Venice.TimeoutCase.channel : Venice.Channel<A>
Venice.TimeoutCase.closure : () -> ()
Venice.TimeoutCase.execute () -> ()
Venice.TimeoutCase.init (channel : Venice.Channel<A>, closure : () -> ()) -> Venice.TimeoutCase<A>
Venice.TimeoutCase.register (Swift.UnsafeMutablePointer<()>, index : Swift.Int) -> ()
Venice.Timer
Venice.Timer.(internalChannel in _4AF3278AF096EEF1D3C6DE2D9629D736) : Venice.Channel<()>
Venice.Timer.(stopped in _4AF3278AF096EEF1D3C6DE2D9629D736) : Swift.Bool
Venice.Timer.channel : Venice.ReceivingChannel<()>
Venice.Timer.init (deadline : Swift.Int64) -> Venice.Timer
Venice.Timer.stop () -> Swift.Bool
Venice.after (Swift.Int64, routine : () -> ()) -> ()
Venice.co (() -> ()) -> ()
Venice.co (@autoclosure () -> ()) -> ()
Venice.dump () -> ()
Venice.every (Swift.Int64, routine : (done : () -> ()) -> ()) -> ()
Venice.forSel ((when : Venice.SelectCaseBuilder, done : () -> ()) -> ()) -> ()
Venice.forSelect ((when : Venice.SelectCaseBuilder, done : () -> ()) -> ()) -> ()
Venice.fork () -> Swift.Int32
Venice.hour : Swift.Int64
Venice.hours : Swift.Int64
Venice.millisecond : Swift.Int64
Venice.milliseconds : Swift.Int64
Venice.minute : Swift.Int64
Venice.minutes : Swift.Int64
Venice.nap (Swift.Int64) -> ()
Venice.never : Swift.Int64
Venice.noDeadline : Swift.Int64
Venice.now : Swift.Int64
Venice.poll (Swift.Int32, events : Venice.PollEvent, deadline : Swift.Int64) -> Venice.PollResult
Venice.preallocateCoroutineStacks (stackCount : Swift.Int, stackSize : Swift.Int) -> ()
Venice.second : Swift.Int64
Venice.seconds : Swift.Int64
Venice.sel ((when : Venice.SelectCaseBuilder) -> ()) -> ()
Venice.select ((when : Venice.SelectCaseBuilder) -> ()) -> ()
Venice.wakeUp (Swift.Int64) -> ()
Venice.yield : ()
_T4Data4Byte
_T4HTTP10HeaderName
_T4HTTP11HeaderValue
_T4HTTP14RequestContext
_T4HTTP15ResponseContext
_T4HTTP6Parser
_T4HTTP7Cookies
_T4HTTP7Headers
_T4HTTP7Respond
_T4HTTP7Storage
_T4HTTP7Version
_T6Venice14FileDescriptor
_T6Venice3PID
_T6Venice8Deadline
_T6Venice8Duration
_TP4Data15DataConvertible
_TP4Data8ByteType
_TP4HTTP10ClientType
_TP4HTTP10RouterType
_TP4HTTP10ServerType
_TP4HTTP11MessageType
_TP4HTTP13ResponderType
_TP4HTTP14MiddlewareType
_TP4HTTP16RouteMatcherType
_TP4HTTP17RequestParserType
_TP4HTTP18ResponseParserType
_TP4HTTP21RequestSerializerType
_TP4HTTP22ResponseSerializerType
_TP4HTTP9ChainType
_TP6Stream10StreamType
_TP6Stream16StreamClientType
_TP6Stream16StreamServerType
_TP6Venice10Receivable
_TP6Venice10Receivable1T
_TP6Venice10SelectCase
_TP6Venice16FallibleSendable
_TP6Venice16FallibleSendable1T
_TP6Venice18FallibleReceivable
_TP6Venice18FallibleReceivable1T
_TP6Venice8Sendable
_TP6Venice8Sendable1T
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 File.File.contentsOfDirectoryAt (Swift.String) throws -> Swift.Array<Swift.String>
static File.File.createDirectoryAt (Swift.String, withIntermediateDirectories : Swift.Bool) throws -> ()
static File.File.fileExistsAt (Swift.String) -> (fileExists : Swift.Bool, isDirectory : Swift.Bool)
static File.File.removeItemAt (Swift.String) throws -> ()
static File.File.workingDirectory () throws -> Swift.String
static File.FileError.assertNoError () throws -> ()
static File.FileError.assertNoReceiveErrorWithData : <ERROR TYPE>
static File.FileError.assertNoSendErrorWithData : <ERROR TYPE>
static File.FileError.closedFileError : File.FileError
static File.FileError.lastError : File.FileError
static File.FileError.lastErrorDescription : Swift.String
static File.FileError.lastErrorWithData : <ERROR TYPE>
static File.FileError.lastReceiveErrorWithData : <ERROR TYPE>
static File.FileError.lastSendErrorWithData : <ERROR TYPE>
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 Log.Log.Level.All : Log.Log.Level
static Log.Log.Level.Debug : Log.Log.Level
static Log.Log.Level.Error : Log.Log.Level
static Log.Log.Level.Fatal : Log.Log.Level
static Log.Log.Level.Info : Log.Log.Level
static Log.Log.Level.Trace : Log.Log.Level
static Log.Log.Level.Warning : Log.Log.Level
static MediaType.== infix (MediaType.MediaType, MediaType.MediaType) -> Swift.Bool
static String.CharacterSet.digits : String.CharacterSet
static String.CharacterSet.whitespaceAndNewline : String.CharacterSet
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>
static Venice.!<- prefix <A where A: Venice.FallibleReceivable> (A) throws -> Swift.ImplicitlyUnwrappedOptional<A.T>
static Venice.!<- prefix <A where A: Venice.Receivable> (A) -> Swift.ImplicitlyUnwrappedOptional<A.T>
static Venice.<- infix <A where A: Venice.FallibleSendable> (A, A.T) -> ()
static Venice.<- infix <A where A: Venice.FallibleSendable> (A, Swift.ErrorType) -> ()
static Venice.<- infix <A where A: Venice.FallibleSendable> (A, Venice.ChannelResult<A.T>) -> ()
static Venice.<- infix <A where A: Venice.Sendable> (A, A.T) -> ()
static Venice.<- prefix <A where A: Venice.FallibleReceivable> (A) throws -> Swift.Optional<A.T>
static Venice.<- prefix <A where A: Venice.Receivable> (A) -> Swift.Optional<A.T>
static Venice.PollEvent.Read : Venice.PollEvent
static Venice.PollEvent.Write : Venice.PollEvent
static Venice.PollResult.Error : Venice.PollResult
static Venice.PollResult.Read : Venice.PollResult
static Venice.PollResult.Timeout : Venice.PollResult
static Venice.PollResult.Write : Venice.PollResult