Idris2Doc : HTTP.API.Server

HTTP.API.Server

(source)

Reexports

importpublic HTTP.API
importpublic HTTP.API.Server.Content
importpublic HTTP.API.Server.Env
importpublic HTTP.API.Server.Header
importpublic HTTP.API.Server.Interface
importpublic HTTP.API.Server.Method
importpublic HTTP.API.Server.Path
importpublic HTTP.API.Server.Query
importpublic HTTP.Prog
importpublic HTTP.Request
importpublic HTTP.Response

Definitions

dataServer : Endpoints->Type
Totality: total
Visibility: public export
Constructors:
Nil : Server []
(::) : {autoall : AllServets} ->HList (Constraintsendpoint) =>EndpointHandlerendpoint->Serveras->Server (endpoint::as)
(++) : Serveres->Serverfs->Server (es++fs)
Totality: total
Visibility: public export
Fixity Declaration: infixr operator, level 7
serveAll : (0endpoints : Endpoints) ->Serverendpoints->Request->HandlerResponse
Totality: total
Visibility: export