Idris2Doc : HTTP.API.Client

HTTP.API.Client

(source)

Reexports

importpublic HTTP.API.Client.Content
importpublic HTTP.API.Client.Header
importpublic HTTP.API.Client.Interface
importpublic HTTP.API.Client.Method
importpublic HTTP.API.Client.Path
importpublic HTTP.API.Client.Query
importpublic HTTP.API.Client.Request

Definitions

dataHTTPError : Type
  HTTP Errors

Totality: total
Visibility: public export
Constructors:
Timeout : HTTPError
NetworkError : HTTPError
DecError : Bits16->DecodeErr->HTTPError
ReqError : RequestErr->HTTPError
send1 : HasHTTPErrores=>Decodert-> (Resultest->IO1 ()) ->HTTPRequest->IO1 (IO1 ())
Totality: total
Visibility: export
sendEndpoint : HasHTTPErrores=> (endpoint : HListts) -> {autoall : AllReceivets} ->HList (AllRecConstraintsendpoint) =>HList (AllRecTypesendpoint) ->JSes ()
Totality: total
Visibility: export
requestEndpoint : HasHTTPErrores=> (endpoint : HListts) -> {autoall : AllReceivets} ->HList (AllRecConstraintsendpoint) =>HList (AllRecTypesendpoint) -> (0f : Type) -> (0t : Type) ->DecodeViaft=>JSest
Totality: total
Visibility: export
requestJSONEndpoint : HasHTTPErrores=> (endpoint : HListts) -> {autoall : AllReceivets} ->HList (AllRecConstraintsendpoint) =>HList (AllRecTypesendpoint) -> (0t : Type) ->DecodeViaJSONt=>JSest
Totality: total
Visibility: export