(extension in Blackfish):Blackfish.Renderer.(convertToBytes in _51039B13D9274639A6BE0139ACB64680) (Swift.String) -> Swift.Array<Swift.UInt8>
(extension in Blackfish):Blackfish.Renderer.(resourcePath in _51039B13D9274639A6BE0139ACB64680) (Swift.String) -> Swift.String
(extension in Blackfish):Blackfish.Renderer.renderToBytes (Swift.String, data : Swift.Optional<Swift.Dictionary<Swift.String, protocol<>>>) throws -> Swift.Array<Swift.UInt8>
(extension in Blackfish):Blackfish.Renderer.stringFromFile (Swift.String) throws -> Swift.String
(extension in Blackfish):Swift.String.(unicodeScalarToUInt32Hex in _A9A1403874CFC25016A70F3BE0D27B62) (Swift.Optional<Swift.UnicodeScalar>) -> Swift.Optional<Swift.UInt8>
(extension in Blackfish):Swift.String.(unicodeScalarToUInt32Whitespace in _A9A1403874CFC25016A70F3BE0D27B62) (Swift.Optional<Swift.UnicodeScalar>) -> Swift.Optional<Swift.UInt8>
(extension in Blackfish):Swift.String.removePercentEncoding () -> Swift.String
(extension in Blackfish):Swift.String.replace (Swift.Character, new : Swift.Character) -> Swift.String
(extension in Blackfish):Swift.String.split (Swift.Character) -> Swift.Array<Swift.String>
(extension in Blackfish):Swift.String.split (Swift.Int, separator : Swift.Character) -> Swift.Array<Swift.String>
(extension in Blackfish):Swift.String.trim () -> Swift.String
(extension in Blackfish):Swift.String.unquote () -> Swift.String
(extension in Echo):Echo.DispatchQueue.addEvent (() -> ()) -> ()
(extension in Echo):Echo.DispatchQueue.runBlock (() -> (), onThread : inout Swift.UnsafeMutablePointer<__C._opaque_pthread_t>) -> ()
Blackfish.(Node in _41A62ED57E14FA5C631ACF9F1384D8EF)
Blackfish.(Node in _41A62ED57E14FA5C631ACF9F1384D8EF) with unmangled suffix "1TMx"
Blackfish.(Node in _41A62ED57E14FA5C631ACF9F1384D8EF).handler : Swift.Array<A>
Blackfish.(Node in _41A62ED57E14FA5C631ACF9F1384D8EF).nodes : Swift.Dictionary<Swift.String, Blackfish.(Node in _41A62ED57E14FA5C631ACF9F1384D8EF)<A>>
Blackfish.Blackfish
Blackfish.Blackfish.(middlewareManager in _CD5EB33C5C697E7654B877896981EA6C) : Blackfish.HandlerManager<Blackfish.MiddlewareHandler>
Blackfish.Blackfish.(parameterManager in _CD5EB33C5C697E7654B877896981EA6C) : Blackfish.ParameterManager
Blackfish.Blackfish.(renderers in _CD5EB33C5C697E7654B877896981EA6C) : Swift.Dictionary<Swift.String, Blackfish.Renderer>
Blackfish.Blackfish.(routeManager in _CD5EB33C5C697E7654B877896981EA6C) : Blackfish.HandlerManager<Blackfish.Route>
Blackfish.Blackfish.(runningPort in _CD5EB33C5C697E7654B877896981EA6C) : Swift.Int
Blackfish.Blackfish.(server in _CD5EB33C5C697E7654B877896981EA6C) : Blackfish.SocketServer
Blackfish.Blackfish.all (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Blackfish.delete (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Blackfish.dispatch (request : Blackfish.Request, response : Blackfish.Response, handlers : Swift.Optional<Swift.Array<Blackfish.Handler>>) -> ()
Blackfish.Blackfish.get (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Blackfish.handleMiddleware (Swift.Array<Blackfish.Handler>, request : Blackfish.Request, response : Blackfish.Response) -> ()
Blackfish.Blackfish.handleParams (Swift.Dictionary<Swift.String, Swift.Array<(request : Blackfish.Request, response : Blackfish.Response, param : Swift.String, next : () -> ()) -> ()>>, parameters : Swift.Dictionary<Swift.String, Swift.String>, request : Blackfish.Request, response : Blackfish.Response) -> ()
Blackfish.Blackfish.handleRoutes (Swift.Array<Blackfish.Handler>, request : Blackfish.Request, response : Blackfish.Response) -> ()
Blackfish.Blackfish.init () -> Blackfish.Blackfish
Blackfish.Blackfish.listen (port : Swift.Int, handler : Swift.Optional<(error : Swift.Optional<Swift.ErrorType>) -> ()>) -> ()
Blackfish.Blackfish.param (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response, param : Swift.String, next : () -> ()) -> ()) -> ()
Blackfish.Blackfish.parseRoutes () -> ()
Blackfish.Blackfish.patch (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Blackfish.port : Swift.Int
Blackfish.Blackfish.post (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Blackfish.put (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Blackfish.rendererForFile (Swift.String) -> Swift.Optional<Blackfish.Renderer>
Blackfish.Blackfish.socketServer (Blackfish.SocketServer, didRecieveRequest : Blackfish.Request, withResponse : Blackfish.Response) -> ()
Blackfish.Blackfish.use (Swift.String, middleware : (request : Blackfish.Request, response : Blackfish.Response, next : () -> ()) -> ()) -> ()
Blackfish.Blackfish.use (middleware : (request : Blackfish.Request, response : Blackfish.Response, next : () -> ()) -> ()) -> ()
Blackfish.Blackfish.use (middleware : Blackfish.Middleware) -> ()
Blackfish.Blackfish.use (path : Swift.String, controller : Blackfish.Controller) -> ()
Blackfish.Blackfish.use (path : Swift.String, middleware : (request : Blackfish.Request, response : Blackfish.Response, next : () -> ()) -> ()) -> ()
Blackfish.Blackfish.use (path : Swift.String, middleware : Blackfish.Middleware) -> ()
Blackfish.Blackfish.use (path : Swift.String, router : Blackfish.Router) -> ()
Blackfish.Blackfish.use (renderer : Blackfish.Renderer, ext : Swift.String) -> ()
Blackfish.Controller.routes (Blackfish.Router) -> ()
Blackfish.HTMLRenderer
Blackfish.HTMLRenderer.render (Swift.String, data : Swift.Optional<Swift.Dictionary<Swift.String, protocol<>>>) throws -> Swift.String
Blackfish.Handler.handle (request : Blackfish.Request, response : Blackfish.Response, next : () -> ()) -> ()
Blackfish.Handler.path : Swift.String
Blackfish.HandlerManager
Blackfish.HandlerManager with unmangled suffix "1TMx"
Blackfish.HandlerManager.allowsMultiples : Swift.Bool
Blackfish.HandlerManager.init (allowsMultiplesPerPath : Swift.Bool) -> Blackfish.HandlerManager<A>
Blackfish.HandlerManager.paramsForPath (Swift.Optional<Swift.String>, path : Swift.String) -> Swift.Dictionary<Swift.String, Swift.String>
Blackfish.HandlerManager.pathTree : Blackfish.PathTree<Blackfish.Handler>
Blackfish.HandlerManager.register (Blackfish.Handler) -> ()
Blackfish.HandlerManager.register (Swift.Optional<Swift.String>, handler : Blackfish.Handler) -> ()
Blackfish.HandlerManager.route (Blackfish.Request) -> Swift.Array<Blackfish.Handler>
Blackfish.HandlerManager.routeSingle (Blackfish.Request) -> Swift.Optional<Blackfish.Handler>
Blackfish.JSONParser
Blackfish.JSONParser.arrayForString (Swift.String) -> Swift.Optional<Swift.Array<protocol<>>>
Blackfish.JSONParser.boolValue (string : Swift.String) -> Swift.Bool
Blackfish.JSONParser.cleanString (Swift.String) -> Swift.String
Blackfish.JSONParser.handle (Blackfish.Request, response : Blackfish.Response, next : () -> ()) -> ()
Blackfish.JSONParser.isBoolValue (string : Swift.String) -> Swift.Bool
Blackfish.JSONParser.isDoubleValue (string : Swift.String) -> Swift.Bool
Blackfish.JSONParser.isStringValue (string : Swift.String) -> Swift.Bool
Blackfish.JSONParser.parseJsonString (Swift.String) -> Swift.Dictionary<Swift.String, protocol<>>
Blackfish.JSONParser.splitIntoKeyValues (Swift.String) -> Swift.Array<(key : Swift.Optional<Swift.String>, value : Swift.Optional<Swift.String>)>
Blackfish.JSONParser.valueForProperty (Swift.String) -> Swift.Optional<protocol<>>
Blackfish.JSONSerializer
Blackfish.Logger
Blackfish.Logger.ANSIColors
Blackfish.Logger.ANSIColors.black (Blackfish.Logger.ANSIColors.Type) -> Blackfish.Logger.ANSIColors
Blackfish.Logger.ANSIColors.blue (Blackfish.Logger.ANSIColors.Type) -> Blackfish.Logger.ANSIColors
Blackfish.Logger.ANSIColors.cyan (Blackfish.Logger.ANSIColors.Type) -> Blackfish.Logger.ANSIColors
Blackfish.Logger.ANSIColors.green (Blackfish.Logger.ANSIColors.Type) -> Blackfish.Logger.ANSIColors
Blackfish.Logger.ANSIColors.magenta (Blackfish.Logger.ANSIColors.Type) -> Blackfish.Logger.ANSIColors
Blackfish.Logger.ANSIColors.name () -> Swift.String
Blackfish.Logger.ANSIColors.red (Blackfish.Logger.ANSIColors.Type) -> Blackfish.Logger.ANSIColors
Blackfish.Logger.ANSIColors.white (Blackfish.Logger.ANSIColors.Type) -> Blackfish.Logger.ANSIColors
Blackfish.Logger.ANSIColors.yellow (Blackfish.Logger.ANSIColors.Type) -> Blackfish.Logger.ANSIColors
Blackfish.Logger.handle (Blackfish.Request, response : Blackfish.Response, next : () -> ()) -> ()
Blackfish.Logger.init () -> Blackfish.Logger
Blackfish.MemorySessionDriver
Blackfish.MemorySessionDriver.sessions : Swift.Dictionary<Swift.String, Blackfish.Session>
Blackfish.Middleware.handle (Blackfish.Request, response : Blackfish.Response, next : () -> ()) -> ()
Blackfish.MiddlewareClosureHandler
Blackfish.MiddlewareClosureHandler.handle (request : Blackfish.Request, response : Blackfish.Response, next : () -> ()) -> ()
Blackfish.MiddlewareClosureHandler.handler : (request : Blackfish.Request, response : Blackfish.Response, next : () -> ()) -> ()
Blackfish.MiddlewareClosureHandler.init (path : Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response, next : () -> ()) -> ()) -> Blackfish.MiddlewareClosureHandler
Blackfish.MiddlewareClosureHandler.path : Swift.String
Blackfish.MiddlewareHandler
Blackfish.MiddlewareHandler.handle (request : Blackfish.Request, response : Blackfish.Response, next : () -> ()) -> ()
Blackfish.MiddlewareHandler.init (middleware : Blackfish.Middleware, path : Swift.String) -> Blackfish.MiddlewareHandler
Blackfish.MiddlewareHandler.middleware : Blackfish.Middleware
Blackfish.MiddlewareHandler.path : Swift.String
Blackfish.MimeType
Blackfish.Multiparser
Blackfish.Multiparser.(nextMultiPart in _64A2ED7BA6F779A384E6591D5FAB70DF) (inout Swift.IndexingGenerator<Swift.Array<Swift.UInt8>>, boundary : Swift.String, isFirst : Swift.Bool) -> Swift.Optional<Blackfish.Multiparser.MultiPart>
Blackfish.Multiparser.(nextMultiPartBody in _64A2ED7BA6F779A384E6591D5FAB70DF) : <ERROR TYPE>
Blackfish.Multiparser.(nextMultiPartLine in _64A2ED7BA6F779A384E6591D5FAB70DF) (inout Swift.IndexingGenerator<Swift.Array<Swift.UInt8>>) -> Swift.Optional<Swift.String>
Blackfish.Multiparser.(parseMultiPartFormData in _64A2ED7BA6F779A384E6591D5FAB70DF) : <ERROR TYPE>
Blackfish.Multiparser.MultiPart
Blackfish.Multiparser.MultiPart.(valueFor in _64A2ED7BA6F779A384E6591D5FAB70DF) (Swift.String, parameterName : Swift.String) -> Swift.Optional<Swift.String>
Blackfish.Multiparser.MultiPart.body : <ERROR TYPE>
Blackfish.Multiparser.MultiPart.fileName : Swift.Optional<Swift.String>
Blackfish.Multiparser.MultiPart.headers : Swift.Dictionary<Swift.String, Swift.String>
Blackfish.Multiparser.MultiPart.name : Swift.Optional<Swift.String>
Blackfish.Multiparser.MultiPart.value : Swift.Optional<Swift.String>
Blackfish.Multiparser.boundaryIdentifier : Swift.String
Blackfish.Multiparser.directory : Swift.String
Blackfish.Multiparser.handle (Blackfish.Request, response : Blackfish.Response, next : () -> ()) -> ()
Blackfish.Multiparser.init (directory : Swift.Optional<Swift.String>) -> Blackfish.Multiparser
Blackfish.Multiparser.multipartFormIdentifier : Swift.String
Blackfish.Multiparser.randomStringWithLengthAndTime (Swift.Int) -> Swift.String
Blackfish.Multiparser.writeData (Swift.Array<Swift.UInt8>, toPath : Swift.String) throws -> ()
Blackfish.MultipartFile
Blackfish.MultipartFile.ext : Swift.String
Blackfish.MultipartFile.fieldName : Swift.String
Blackfish.MultipartFile.mimetype : Swift.String
Blackfish.MultipartFile.name : Swift.String
Blackfish.MultipartFile.originalName : Swift.String
Blackfish.MultipartFile.path : Swift.String
Blackfish.MultipartFile.size : Swift.Int
Blackfish.ParameterManager
Blackfish.ParameterManager with unmangled suffix "7Handler"
Blackfish.ParameterManager.(handlers in _ED6500A03AD90838E1E9C0F9964FDDAA) : Swift.Dictionary<Swift.String, Swift.Array<(request : Blackfish.Request, response : Blackfish.Response, param : Swift.String, next : () -> ()) -> ()>>
Blackfish.ParameterManager.addHandler ((request : Blackfish.Request, response : Blackfish.Response, param : Swift.String, next : () -> ()) -> (), forParam : Swift.String) -> ()
Blackfish.ParameterManager.handlersForParams (Swift.Dictionary<Swift.String, Swift.String>) -> Swift.Dictionary<Swift.String, Swift.Array<(request : Blackfish.Request, response : Blackfish.Response, param : Swift.String, next : () -> ()) -> ()>>
Blackfish.ParameterManager.init () -> Blackfish.ParameterManager
Blackfish.PathTree
Blackfish.PathTree with unmangled suffix "1TMx"
Blackfish.PathTree.(findValues in _41A62ED57E14FA5C631ACF9F1384D8EF) (inout Blackfish.(Node in _41A62ED57E14FA5C631ACF9F1384D8EF)<A>, params : inout Swift.Dictionary<Swift.String, Swift.String>, generator : inout Swift.IndexingGenerator<Swift.Array<Swift.String>>, values : Swift.Array<A>, exclude : Swift.Bool) -> Swift.Array<A>
Blackfish.PathTree.(inflateTreeToPath in _41A62ED57E14FA5C631ACF9F1384D8EF) (Swift.String) -> Blackfish.(Node in _41A62ED57E14FA5C631ACF9F1384D8EF)<A>
Blackfish.PathTree.(inflateTreeWithGenerator in _41A62ED57E14FA5C631ACF9F1384D8EF) (inout Swift.IndexingGenerator<Swift.Array<Swift.String>>, node : inout Blackfish.(Node in _41A62ED57E14FA5C631ACF9F1384D8EF)<A>) -> Blackfish.(Node in _41A62ED57E14FA5C631ACF9F1384D8EF)<A>
Blackfish.PathTree.(rootNode in _41A62ED57E14FA5C631ACF9F1384D8EF) : Blackfish.(Node in _41A62ED57E14FA5C631ACF9F1384D8EF)<A>
Blackfish.PathTree.(segmentsForPath in _41A62ED57E14FA5C631ACF9F1384D8EF) (Swift.String) -> Swift.IndexingGenerator<Swift.Array<Swift.String>>
Blackfish.PathTree.(stripQuery in _41A62ED57E14FA5C631ACF9F1384D8EF) (Swift.String) -> Swift.String
Blackfish.PathTree.addHandler (A, toPath : Swift.String, overwrite : Swift.Bool) -> ()
Blackfish.PathTree.findValue (Swift.String) -> (handler : Swift.Optional<A>, params : Swift.Dictionary<Swift.String, Swift.String>)
Blackfish.PathTree.findValues (Swift.String) -> (handlers : Swift.Array<A>, params : Swift.Dictionary<Swift.String, Swift.String>)
Blackfish.PathTree.paramsForPath (Swift.String) -> Swift.Dictionary<Swift.String, Swift.String>
Blackfish.Renderer.render (Swift.String, data : Swift.Optional<Swift.Dictionary<Swift.String, protocol<>>>) throws -> Swift.String
Blackfish.RendererError
Blackfish.RendererError.InvalidPath (Blackfish.RendererError.Type) -> Blackfish.RendererError
Blackfish.RendererError.ParseError (Blackfish.RendererError.Type) -> Blackfish.RendererError
Blackfish.RendererSupplier.rendererForFile (Swift.String) -> Swift.Optional<Blackfish.Renderer>
Blackfish.Request
Blackfish.Request.Method
Blackfish.Request.Method.Delete (Blackfish.Request.Method.Type) -> Blackfish.Request.Method
Blackfish.Request.Method.Get (Blackfish.Request.Method.Type) -> Blackfish.Request.Method
Blackfish.Request.Method.Patch (Blackfish.Request.Method.Type) -> Blackfish.Request.Method
Blackfish.Request.Method.Post (Blackfish.Request.Method.Type) -> Blackfish.Request.Method
Blackfish.Request.Method.Put (Blackfish.Request.Method.Type) -> Blackfish.Request.Method
Blackfish.Request.Method.Unknown (Blackfish.Request.Method.Type) -> Blackfish.Request.Method
Blackfish.Request.address : Swift.Optional<Swift.String>
Blackfish.Request.body : <ERROR TYPE>
Blackfish.Request.cookies : Swift.Dictionary<Swift.String, Swift.String>
Blackfish.Request.data : Swift.Dictionary<Swift.String, protocol<>>
Blackfish.Request.files : Swift.Dictionary<Swift.String, Swift.Array<Blackfish.MultipartFile>>
Blackfish.Request.getHeader (Swift.String) -> Swift.Optional<Swift.String>
Blackfish.Request.headers : Swift.Dictionary<Swift.String, Swift.String>
Blackfish.Request.init (method : Blackfish.Request.Method) -> Blackfish.Request
Blackfish.Request.method : Blackfish.Request.Method
Blackfish.Request.parameters : Swift.Dictionary<Swift.String, Swift.String>
Blackfish.Request.params : Swift.Dictionary<Swift.String, Swift.String>
Blackfish.Request.path : Swift.String
Blackfish.Request.session : Blackfish.Session
Blackfish.Request.setValue (Swift.String, forHeader : Swift.String) -> ()
Blackfish.Responder.sendResponse (Blackfish.Response) -> ()
Blackfish.Response
Blackfish.Response.ContentType
Blackfish.Response.ContentType.HTML (Blackfish.Response.ContentType.Type) -> Blackfish.Response.ContentType
Blackfish.Response.ContentType.JSON (Blackfish.Response.ContentType.Type) -> Blackfish.Response.ContentType
Blackfish.Response.ContentType.None (Blackfish.Response.ContentType.Type) -> Blackfish.Response.ContentType
Blackfish.Response.ContentType.Text (Blackfish.Response.ContentType.Type) -> Blackfish.Response.ContentType
Blackfish.Response.SerializationError
Blackfish.Response.SerializationError.InvalidObject (Blackfish.Response.SerializationError.Type) -> Blackfish.Response.SerializationError
Blackfish.Response.SerializationError.NotSupported (Blackfish.Response.SerializationError.Type) -> Blackfish.Response.SerializationError
Blackfish.Response.Status
Blackfish.Response.Status.Accepted (Blackfish.Response.Status.Type) -> Blackfish.Response.Status
Blackfish.Response.Status.BadRequest (Blackfish.Response.Status.Type) -> Blackfish.Response.Status
Blackfish.Response.Status.Created (Blackfish.Response.Status.Type) -> Blackfish.Response.Status
Blackfish.Response.Status.Custom (Blackfish.Response.Status.Type) -> (Swift.Int) -> Blackfish.Response.Status
Blackfish.Response.Status.Error (Blackfish.Response.Status.Type) -> Blackfish.Response.Status
Blackfish.Response.Status.Forbidden (Blackfish.Response.Status.Type) -> Blackfish.Response.Status
Blackfish.Response.Status.MovedPermanently (Blackfish.Response.Status.Type) -> Blackfish.Response.Status
Blackfish.Response.Status.NoContent (Blackfish.Response.Status.Type) -> Blackfish.Response.Status
Blackfish.Response.Status.NotFound (Blackfish.Response.Status.Type) -> Blackfish.Response.Status
Blackfish.Response.Status.OK (Blackfish.Response.Status.Type) -> Blackfish.Response.Status
Blackfish.Response.Status.Unauthorized (Blackfish.Response.Status.Type) -> Blackfish.Response.Status
Blackfish.Response.Status.Unknown (Blackfish.Response.Status.Type) -> Blackfish.Response.Status
Blackfish.Response.Status.code : Swift.Int
Blackfish.Response.additionalHeaders : Swift.Dictionary<Swift.String, Swift.String>
Blackfish.Response.body : Swift.Array<Swift.UInt8>
Blackfish.Response.contentType : Blackfish.Response.ContentType
Blackfish.Response.cookies : Swift.Dictionary<Swift.String, Swift.String>
Blackfish.Response.headers () -> Swift.Dictionary<Swift.String, Swift.String>
Blackfish.Response.init (request : Blackfish.Request, responder : Blackfish.Responder, socket : Blackfish.Socket) -> Blackfish.Response
Blackfish.Response.reasonPhrase : Swift.String
Blackfish.Response.redirect (Swift.String) -> ()
Blackfish.Response.render (Swift.String) -> ()
Blackfish.Response.render (Swift.String, data : Swift.Optional<Swift.Dictionary<Swift.String, protocol<>>>) -> ()
Blackfish.Response.renderSupplier : weak Swift.Optional<Blackfish.RendererSupplier>
Blackfish.Response.request : unowned Blackfish.Request
Blackfish.Response.responder : unowned Blackfish.Responder
Blackfish.Response.send () -> ()
Blackfish.Response.send (error : Swift.String) -> ()
Blackfish.Response.send (html : Swift.String) -> ()
Blackfish.Response.send (json : protocol<>) -> ()
Blackfish.Response.send (text : Swift.String) -> ()
Blackfish.Response.socket : Blackfish.Socket
Blackfish.Response.status : Blackfish.Response.Status
Blackfish.Route
Blackfish.Route with unmangled suffix "7Handler"
Blackfish.Route.handle (request : Blackfish.Request, response : Blackfish.Response, next : () -> ()) -> ()
Blackfish.Route.handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()
Blackfish.Route.init (method : Blackfish.Request.Method, path : Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> Blackfish.Route
Blackfish.Route.method : Blackfish.Request.Method
Blackfish.Route.path : Swift.String
Blackfish.Router
Blackfish.Router.all (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Router.alls : Swift.Dictionary<Swift.String, (request : Blackfish.Request, response : Blackfish.Response) -> ()>
Blackfish.Router.delete (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Router.deletes : Swift.Dictionary<Swift.String, (request : Blackfish.Request, response : Blackfish.Response) -> ()>
Blackfish.Router.get (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Router.gets : Swift.Dictionary<Swift.String, (request : Blackfish.Request, response : Blackfish.Response) -> ()>
Blackfish.Router.init () -> Blackfish.Router
Blackfish.Router.middleware : Swift.Array<Blackfish.Middleware>
Blackfish.Router.patch (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Router.patches : Swift.Dictionary<Swift.String, (request : Blackfish.Request, response : Blackfish.Response) -> ()>
Blackfish.Router.post (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Router.posts : Swift.Dictionary<Swift.String, (request : Blackfish.Request, response : Blackfish.Response) -> ()>
Blackfish.Router.put (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Router.puts : Swift.Dictionary<Swift.String, (request : Blackfish.Request, response : Blackfish.Response) -> ()>
Blackfish.Router.setupRoutes () -> ()
Blackfish.Router.use (middleware : Blackfish.Middleware) -> ()
Blackfish.Routing.all (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Routing.delete (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Routing.get (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Routing.patch (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Routing.post (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Routing.put (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
Blackfish.Routing.use (middleware : Blackfish.Middleware) -> ()
Blackfish.Session
Blackfish.Session.DriverType
Blackfish.Session.DriverType.File (Blackfish.Session.DriverType.Type) -> Blackfish.Session.DriverType
Blackfish.Session.DriverType.Memory (Blackfish.Session.DriverType.Type) -> Blackfish.Session.DriverType
Blackfish.Session.data : Swift.Dictionary<Swift.String, Swift.String>
Blackfish.Session.destroy () -> ()
Blackfish.Session.init () -> Blackfish.Session
Blackfish.Session.key : Swift.Optional<Swift.String>
Blackfish.SessionDriver.sessions : Swift.Dictionary<Swift.String, Blackfish.Session>
Blackfish.Socket
Blackfish.Socket.acceptClientSocket () throws -> Blackfish.Socket
Blackfish.Socket.hashValue : Swift.Int
Blackfish.Socket.init (rawSocket : Swift.Int32) -> Blackfish.Socket
Blackfish.Socket.peerName : Swift.Optional<Swift.String>
Blackfish.Socket.peername () throws -> Swift.String
Blackfish.Socket.rawSocket : Swift.Int32
Blackfish.Socket.read () throws -> Swift.UInt8
Blackfish.Socket.readLine () throws -> Swift.String
Blackfish.Socket.release () -> ()
Blackfish.Socket.shutdown () -> ()
Blackfish.Socket.writeData : <ERROR TYPE>
Blackfish.Socket.writeString (Swift.String) throws -> ()
Blackfish.SocketError
Blackfish.SocketError.AcceptFailed (Blackfish.SocketError.Type) -> (Swift.String) -> Blackfish.SocketError
Blackfish.SocketError.BindFailed (Blackfish.SocketError.Type) -> (Swift.String) -> Blackfish.SocketError
Blackfish.SocketError.ConvertingPeerNameFailed (Blackfish.SocketError.Type) -> Blackfish.SocketError
Blackfish.SocketError.GetNameInfoFailed (Blackfish.SocketError.Type) -> (Swift.String) -> Blackfish.SocketError
Blackfish.SocketError.GetPeerNameFailed (Blackfish.SocketError.Type) -> (Swift.String) -> Blackfish.SocketError
Blackfish.SocketError.ListenFailed (Blackfish.SocketError.Type) -> (Swift.String) -> Blackfish.SocketError
Blackfish.SocketError.RecvFailed (Blackfish.SocketError.Type) -> (Swift.String) -> Blackfish.SocketError
Blackfish.SocketError.SocketCreationFailed (Blackfish.SocketError.Type) -> (Swift.String) -> Blackfish.SocketError
Blackfish.SocketError.SocketSettingReUseAddrFailed (Blackfish.SocketError.Type) -> (Swift.String) -> Blackfish.SocketError
Blackfish.SocketError.WriteFailed (Blackfish.SocketError.Type) -> (Swift.String) -> Blackfish.SocketError
Blackfish.SocketError.errorMessage : Swift.Optional<Swift.String>
Blackfish.SocketManager
Blackfish.SocketManager.createListenSocket (Swift.Int, pendingConnectionCount : Swift.Int32) throws -> Blackfish.Socket
Blackfish.SocketParser
Blackfish.SocketParser.(extractQueryParams in _5F137643D534F479BAA9A82962AAA89F) (Swift.String) -> Swift.Dictionary<Swift.String, protocol<>>
Blackfish.SocketParser.(readBody in _5F137643D534F479BAA9A82962AAA89F) : <ERROR TYPE>
Blackfish.SocketParser.(readHeaders in _5F137643D534F479BAA9A82962AAA89F) (Blackfish.Socket) throws -> Swift.Dictionary<Swift.String, Swift.String>
Blackfish.SocketParser.readHttpRequest (Blackfish.Socket) throws -> Blackfish.Request
Blackfish.SocketParser.supportsKeepAlive (Swift.Dictionary<Swift.String, Swift.String>) -> Swift.Bool
Blackfish.SocketParserError
Blackfish.SocketParserError.InvalidStatusLine (Blackfish.SocketParserError.Type) -> (Swift.String) -> Blackfish.SocketParserError
Blackfish.SocketServer
Blackfish.SocketServer.(clientSockets in _EC48E01975237DFB6E0DEC397D89551E) : Swift.Set<Blackfish.Socket>
Blackfish.SocketServer.(clientSocketsLock in _EC48E01975237DFB6E0DEC397D89551E) : __ObjC.NSLock
Blackfish.SocketServer.(listenSocket in _EC48E01975237DFB6E0DEC397D89551E) : Blackfish.Socket
Blackfish.SocketServer.(lock in _EC48E01975237DFB6E0DEC397D89551E) (__ObjC.NSLock, closure : () -> ()) -> ()
Blackfish.SocketServer.(queue in _EC48E01975237DFB6E0DEC397D89551E) : __ObjC.OS_dispatch_queue
Blackfish.SocketServer.(socketParser in _EC48E01975237DFB6E0DEC397D89551E) : Blackfish.SocketParser
Blackfish.SocketServer.delegate : weak Swift.Optional<Blackfish.SocketServerDelegate>
Blackfish.SocketServer.handleConnection (Blackfish.Socket) -> ()
Blackfish.SocketServer.init () -> Blackfish.SocketServer
Blackfish.SocketServer.loop () -> ()
Blackfish.SocketServer.sendResponse (Blackfish.Response) -> ()
Blackfish.SocketServer.socketManager : Blackfish.SocketManager
Blackfish.SocketServer.start (Swift.Int) throws -> ()
Blackfish.SocketServer.stop () -> ()
Blackfish.SocketServerDelegate.socketServer (Blackfish.SocketServer, didRecieveRequest : Blackfish.Request, withResponse : Blackfish.Response) -> ()
Blackfish.SocketType
Blackfish.SocketType.TCP (Blackfish.SocketType.Type) -> Blackfish.SocketType
Blackfish.SocketType.UDP (Blackfish.SocketType.Type) -> Blackfish.SocketType
Blackfish.StaticFileMiddleware
Blackfish.StaticFileMiddleware.handle (Blackfish.Request, response : Blackfish.Response, next : () -> ()) -> ()
Blackfish._module_nsstring : Swift.Bool
Blackfish.mimeMap : Swift.Dictionary<Swift.String, Swift.String>
Blackfish.resourceDir : Swift.String
Echo.(pthreadBlock in _0CCA955C51AC1E08FBD28BE1152F2C5B)
Echo.(pthreadBlock in _0CCA955C51AC1E08FBD28BE1152F2C5B).block : () -> ()
Echo.(pthreadBlock in _0CCA955C51AC1E08FBD28BE1152F2C5B).init (block : () -> ()) -> Echo.(pthreadBlock in _0CCA955C51AC1E08FBD28BE1152F2C5B)
Echo.(pthreadRunner in _0CCA955C51AC1E08FBD28BE1152F2C5B) (Swift.UnsafeMutablePointer<()>) -> Swift.UnsafeMutablePointer<()>
Echo.ConcurrencyType
Echo.ConcurrencyType.Concurrent (Echo.ConcurrencyType.Type) -> Echo.ConcurrencyType
Echo.ConcurrencyType.Serial (Echo.ConcurrencyType.Type) -> Echo.ConcurrencyType
Echo.ConcurrentQueue
Echo.ConcurrentQueue.eventCondition : __C._opaque_pthread_cond_t
Echo.ConcurrentQueue.eventMutex : __C._opaque_pthread_mutex_t
Echo.ConcurrentQueue.events : Swift.Array<() -> ()>
Echo.ConcurrentQueue.identifier : Swift.String
Echo.ConcurrentQueue.init (identifier : Swift.String) -> Echo.ConcurrentQueue
Echo.ConcurrentQueue.loopThread : Swift.UnsafeMutablePointer<__C._opaque_pthread_t>
Echo.ConcurrentQueue.run () -> ()
Echo.DispatchQueue.eventCondition : __C._opaque_pthread_cond_t
Echo.DispatchQueue.eventMutex : __C._opaque_pthread_mutex_t
Echo.DispatchQueue.events : Swift.Array<() -> ()>
Echo.DispatchQueue.identifier : Swift.String
Echo.DispatchQueue.init (identifier : Swift.String) -> A
Echo.DispatchQueue.run () -> ()
Echo.Echo
Echo.Echo.(running in _DEACF9DB307901509130AC614654EB8B) : Swift.Bool
Echo.Echo.begin () -> ()
Echo.Echo.exit () -> ()
Echo.Echo.globalQueue : Echo.ConcurrentQueue
Echo.Echo.init () -> Echo.Echo
Echo.Echo.mainQueue : Echo.MainQueue
Echo.MainQueue
Echo.MainQueue.eventCondition : __C._opaque_pthread_cond_t
Echo.MainQueue.eventMutex : __C._opaque_pthread_mutex_t
Echo.MainQueue.events : Swift.Array<() -> ()>
Echo.MainQueue.exit () -> ()
Echo.MainQueue.identifier : Swift.String
Echo.MainQueue.init (identifier : Swift.String) -> Echo.MainQueue
Echo.MainQueue.run () -> ()
Echo.MainQueue.running : Swift.Bool
Echo.SerialQueue
Echo.SerialQueue.eventCondition : __C._opaque_pthread_cond_t
Echo.SerialQueue.eventMutex : __C._opaque_pthread_mutex_t
Echo.SerialQueue.events : Swift.Array<() -> ()>
Echo.SerialQueue.identifier : Swift.String
Echo.SerialQueue.init (identifier : Swift.String) -> Echo.SerialQueue
Echo.SerialQueue.run () -> ()
Echo.SerialQueue.thread : Swift.UnsafeMutablePointer<__C._opaque_pthread_t>
Vaquita.Data
Vaquita.Data.bytes : Swift.Array<Swift.UInt8>
Vaquita.Data.init (bytes : Swift.Array<Swift.UInt8>) -> Vaquita.Data
Vaquita.Data.init (string : Swift.String) -> Vaquita.Data
Vaquita.Data.size : Swift.Int
Vaquita.Data.toString () throws -> Swift.String
Vaquita.EncodingError
Vaquita.EncodingError.Failed (Vaquita.EncodingError.Type) -> Vaquita.EncodingError
Vaquita.EncodingType
Vaquita.EncodingType.UTF8 (Vaquita.EncodingType.Type) -> Vaquita.EncodingType
Vaquita.EncodingType.encoding : Swift.UInt
Vaquita.EncodingType.typeForEncoding : protocol<>.Type
Vaquita.FileError
Vaquita.FileError.OpenFailed (Vaquita.FileError.Type) -> Vaquita.FileError
Vaquita.FileError.ReadFailed (Vaquita.FileError.Type) -> Vaquita.FileError
Vaquita.FileError.WriteFailed (Vaquita.FileError.Type) -> Vaquita.FileError
Vaquita.Vaquita
_TP4Echo13DispatchQueue
_TP7Vaquita8ByteType
_TP9Blackfish10Controller
_TP9Blackfish10Middleware
_TP9Blackfish13SessionDriver
_TP9Blackfish16RendererSupplier
_TP9Blackfish20SocketServerDelegate
_TP9Blackfish7Handler
_TP9Blackfish7Routing
_TP9Blackfish8Renderer
_TP9Blackfish9Responder
static (extension in Blackfish):Swift.String.fromUInt8 (Swift.Array<Swift.UInt8>) -> Swift.String
static (extension in Vaquita):Swift.UInt8.encodingType : Vaquita.EncodingType
static (extension in Vaquita):Swift.UInt8.fromString (Swift.String) -> Swift.Array<Swift.UInt8>
static Blackfish.+ infix (Blackfish.Logger.ANSIColors, Swift.String) -> Swift.String
static Blackfish.== infix (Blackfish.Response, Blackfish.Response) -> Swift.Bool
static Blackfish.== infix (Blackfish.Socket, Blackfish.Socket) -> Swift.Bool
static Blackfish.Blackfish.VERSION : Swift.String
static Blackfish.JSONSerializer.serialize (protocol<>) -> Swift.String
static Blackfish.Logger.ANSIColors.all () -> Swift.Array<Blackfish.Logger.ANSIColors>
static Blackfish.MimeType.forExtension (Swift.String) -> Swift.String
static Blackfish.Multiparser.CR : Swift.UInt8
static Blackfish.Multiparser.NL : Swift.UInt8
static Blackfish.Route.add (method : Blackfish.Request.Method, path : Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
static Blackfish.Route.addHandlers (Swift.Dictionary<Swift.String, (request : Blackfish.Request, response : Blackfish.Response) -> ()>, toRoutesWithFunction : (path : Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> (), withPath : Swift.String) -> ()
static Blackfish.Route.all (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
static Blackfish.Route.createRoutesFromRouter (Blackfish.Router, withPath : Swift.String) -> ()
static Blackfish.Route.delete (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
static Blackfish.Route.get (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
static Blackfish.Route.patch (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
static Blackfish.Route.post (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
static Blackfish.Route.put (Swift.String, handler : (request : Blackfish.Request, response : Blackfish.Response) -> ()) -> ()
static Blackfish.Route.routes : Swift.Array<Blackfish.Route>
static Blackfish.Session.close (request : Blackfish.Request, response : Blackfish.Response) -> ()
static Blackfish.Session.driver : Blackfish.SessionDriver
static Blackfish.Session.start (Blackfish.Request) -> ()
static Blackfish.Session.type : Blackfish.Session.DriverType
static Blackfish.Socket.(CR in _28DBCBCE8D66E627CC95F22FBEDFA625) : Swift.UInt8
static Blackfish.Socket.(NL in _28DBCBCE8D66E627CC95F22FBEDFA625) : Swift.UInt8
static Blackfish.Socket.descriptionOfLastError () -> Swift.String
static Blackfish.Socket.htonsPort (Swift.UInt16) -> Swift.UInt16
static Blackfish.Socket.setNoSigPipe (Swift.Int32) -> ()
static Blackfish.SocketManager.closeRawSocket (Swift.Int32) -> ()
static Blackfish.SocketManager.closeSocket (Blackfish.Socket) -> ()
static Blackfish.SocketManager.shutdownRawSocket (Swift.Int32) -> ()
static Blackfish.SocketManager.shutdownSocket (Blackfish.Socket) -> ()
static Echo.Echo.begin () -> ()
static Echo.Echo.beginEventLoop () -> ()
static Echo.Echo.exit () -> ()
static Echo.Echo.instance : Echo.Echo
static Vaquita.ByteType.encodingType : Vaquita.EncodingType
static Vaquita.ByteType.fromString (Swift.String) -> Swift.Array<A>
static Vaquita.Vaquita.fileQueue : Swift.ImplicitlyUnwrappedOptional<__ObjC.OS_dispatch_queue>
static Vaquita.Vaquita.readFile (path : Swift.String, handler : (data : Swift.Optional<Vaquita.Data>, error : Swift.Optional<Swift.ErrorType>) -> ()) -> ()
static Vaquita.Vaquita.readFileSync (path : Swift.String) throws -> Vaquita.Data
static Vaquita.Vaquita.writeData (Vaquita.Data, toFilePath : Swift.String, handler : (error : Swift.Optional<Swift.ErrorType>) -> ()) -> ()
static Vaquita.Vaquita.writeDataSync (Vaquita.Data, toFilePath : Swift.String) throws -> ()