(extension in http4swift):Swift.String.bytes () -> Swift.Array<Swift.Int8>
(extension in http4swift):Swift.String.trimLeft (Swift.Character, maxCount : Swift.Int) -> Swift.String
(extension in http4swift):Swift.String.trimRight (Swift.Character, maxCount : Swift.Int) -> Swift.String
Nest.RequestType.body : Swift.Optional<Swift.String>
Nest.RequestType.headers : Swift.Array<(Swift.String, Swift.String)>
Nest.RequestType.method : Swift.String
Nest.RequestType.path : Swift.String
Nest.ResponseType.body : Swift.Optional<Swift.String>
Nest.ResponseType.headers : Swift.Array<(Swift.String, Swift.String)>
Nest.ResponseType.statusLine : Swift.String
_T10http4swift11HTTPHandler
_T4Nest11Application
_T4Nest6Header
_TP10http4swift17HTTPRequestParser
_TP10http4swift6Reader
_TP10http4swift6Reader5Entry
_TP4Nest11RequestType
_TP4Nest12ResponseType
http4swift.BufferReader
http4swift.BufferReader with unmangled suffix "5Entry"
http4swift.BufferReader.buffer : Swift.Array<Swift.Int8>
http4swift.BufferReader.init (buffer : Swift.Array<Swift.Int8>) -> http4swift.BufferReader
http4swift.BufferReader.read () throws -> Swift.Optional<Swift.Int8>
http4swift.BufferReader.read (Swift.Int) throws -> Swift.Array<Swift.Int8>
http4swift.BufferedReader
http4swift.BufferedReader with unmangled suffix "1RMx"
http4swift.BufferedReader with unmangled suffix "5Entry"
http4swift.BufferedReader.buffer : Swift.Array<Swift.Int8>
http4swift.BufferedReader.flush () -> Swift.Optional<Swift.Array<Swift.Int8>>
http4swift.BufferedReader.init (reader : A) -> http4swift.BufferedReader<A>
http4swift.BufferedReader.read () throws -> Swift.Optional<Swift.Array<Swift.Int8>>
http4swift.BufferedReader.read (Swift.Int) throws -> Swift.Array<Swift.Array<Swift.Int8>>
http4swift.BufferedReader.reader : A
http4swift.BufferedReader.reading : Swift.Bool
http4swift.DefaultHTTPRequestParser
http4swift.DefaultHTTPRequestParser.Mode
http4swift.DefaultHTTPRequestParser.Mode.Body (http4swift.DefaultHTTPRequestParser.Mode.Type) -> http4swift.DefaultHTTPRequestParser.Mode
http4swift.DefaultHTTPRequestParser.Mode.Empty (http4swift.DefaultHTTPRequestParser.Mode.Type) -> http4swift.DefaultHTTPRequestParser.Mode
http4swift.DefaultHTTPRequestParser.Mode.First (http4swift.DefaultHTTPRequestParser.Mode.Type) -> http4swift.DefaultHTTPRequestParser.Mode
http4swift.DefaultHTTPRequestParser.Mode.Header (http4swift.DefaultHTTPRequestParser.Mode.Type) -> http4swift.DefaultHTTPRequestParser.Mode
http4swift.DefaultHTTPRequestParser.parse <A where A: http4swift.Reader, A.Entry == Swift.Int8> (A) throws -> http4swift.HTTPRequest
http4swift.HTTPRequest
http4swift.HTTPRequest.body : Swift.Optional<Swift.String>
http4swift.HTTPRequest.bodyBytes : Swift.Array<Swift.Int8>
http4swift.HTTPRequest.headers : <ERROR TYPE>
http4swift.HTTPRequest.init : <ERROR TYPE>
http4swift.HTTPRequest.method : Swift.String
http4swift.HTTPRequest.path : Swift.String
http4swift.HTTPRequest.proto : Swift.String
http4swift.HTTPRequestParser.parse <A where A1: http4swift.Reader, A1.Entry == Swift.Int8> (A1) throws -> http4swift.HTTPRequest
http4swift.HTTPRequestParserError
http4swift.HTTPRequestParserError.InvalidRequest (http4swift.HTTPRequestParserError.Type) -> (details : Swift.String) -> http4swift.HTTPRequestParserError
http4swift.HTTPResponseWriter
http4swift.HTTPResponseWriter.init (socket : Swift.Int32) -> http4swift.HTTPResponseWriter
http4swift.HTTPResponseWriter.socket : Swift.Int32
http4swift.HTTPResponseWriter.write (Swift.UnsafePointer<Swift.Int8>) throws -> ()
http4swift.HTTPResponseWriter.write : <ERROR TYPE>
http4swift.HTTPServer
http4swift.HTTPServer.address : http4swift.SocketAddress
http4swift.HTTPServer.init (socket : http4swift.Socket, addr : http4swift.SocketAddress) -> Swift.Optional<http4swift.HTTPServer>
http4swift.HTTPServer.serve ((http4swift.HTTPRequest, http4swift.HTTPResponseWriter) throws -> ()) -> ()
http4swift.HTTPServer.serve : <ERROR TYPE>
http4swift.HTTPServer.socket : http4swift.Socket
http4swift.LF : Swift.Int8
http4swift.Reader.read () throws -> Swift.Optional<A.Entry>
http4swift.Reader.read (Swift.Int) throws -> Swift.Array<A.Entry>
http4swift.ReaderError
http4swift.ReaderError.GenericError (http4swift.ReaderError.Type) -> (error : Swift.Int32) -> http4swift.ReaderError
http4swift.Socket
http4swift.Socket.bindAddress (Swift.UnsafeMutablePointer<()>, length : Swift.UInt32) -> Swift.Bool
http4swift.Socket.init (domain : Swift.Int32, type : Swift.Int32, proto : Swift.Int32) -> Swift.Optional<http4swift.Socket>
http4swift.Socket.init (raw : Swift.Int32) -> http4swift.Socket
http4swift.Socket.raw : Swift.Int32
http4swift.Socket.setOption (Swift.Int32, value : Swift.Int32) -> ()
http4swift.SocketAddress
http4swift.SocketAddress.init (port : Swift.UInt16, domain : Swift.Int32) -> http4swift.SocketAddress
http4swift.SocketAddress.underlying : __C.sockaddr_in
http4swift.SocketReader
http4swift.SocketReader with unmangled suffix "5Entry"
http4swift.SocketReader.init (socket : http4swift.Socket) -> http4swift.SocketReader
http4swift.SocketReader.read () throws -> Swift.Optional<Swift.Int8>
http4swift.SocketReader.read (Swift.Int) throws -> Swift.Array<Swift.Int8>
http4swift.SocketReader.socket : http4swift.Socket
http4swift.WriterError
http4swift.WriterError.GenericError (http4swift.WriterError.Type) -> (error : Swift.Int32) -> http4swift.WriterError
static http4swift.DefaultHTTPRequestParser.CRLF : Swift.Character
static http4swift.Socket.defaultDomain : Swift.Int32
static http4swift.Socket.defaultType : Swift.Int32
static http4swift.SocketAddress.defaultDomain : Swift.Int32
static http4swift.SocketAddress.htons (Swift.UInt16) -> Swift.UInt16