Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
requestQueryString :: RequestF body path -> Seq QueryItemservant-client-core Servant.Client.Core.Request No documentation available.
setRequestBody :: RequestBody -> MediaType -> Request -> Requestservant-client-core Servant.Client.Core.Request Set body and media type of the request being constructed.
setRequestBodyLBS :: ByteString -> MediaType -> Request -> Requestservant-client-core Servant.Client.Core.Request Set body and media type of the request being constructed. The body is set to the given bytestring using the RequestBodyLBS constructor.
RunRequest :: Request -> (Response -> a) -> ClientF aservant-client-core Servant.Client.Core.RunClient No documentation available.
runRequest :: RunClient m => Request -> m Responseservant-client-core Servant.Client.Core.RunClient How to make a request.
runRequestAcceptStatus :: RunClient m => Maybe [Status] -> Request -> m Responseservant-client-core Servant.Client.Core.RunClient How to make a request, with an optional list of status codes to not throw exceptions for (default: [200..299]).
withStreamingRequest :: RunStreamingClient m => Request -> (StreamingResponse -> IO a) -> m aservant-client-core Servant.Client.Core.RunClient No documentation available.
RunRequest :: Request -> (Response -> a) -> ClientF aservant-client-core Servant.Client.Free No documentation available.
-
vinyl Data.Vinyl Push an outer layer of interpretation functor into each named field.
-
vinyl Data.Vinyl.Class.Method Push an outer layer of interpretation functor into each named field.