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.

  1. requestHttpVersion :: RequestF body path -> HttpVersion

    servant-client-core Servant.Client.Core

    No documentation available.

  2. requestMethod :: RequestF body path -> Method

    servant-client-core Servant.Client.Core

    No documentation available.

  3. requestPath :: RequestF body path -> path

    servant-client-core Servant.Client.Core

    No documentation available.

  4. requestQueryString :: RequestF body path -> Seq QueryItem

    servant-client-core Servant.Client.Core

    No documentation available.

  5. runRequestAcceptStatus :: RunClient m => Maybe [Status] -> Request -> m Response

    servant-client-core Servant.Client.Core

    How to make a request, with an optional list of status codes to not throw exceptions for (default: [200..299]).

  6. setRequestBody :: RequestBody -> MediaType -> Request -> Request

    servant-client-core Servant.Client.Core

    Set body and media type of the request being constructed.

  7. setRequestBodyLBS :: ByteString -> MediaType -> Request -> Request

    servant-client-core Servant.Client.Core

    Set body and media type of the request being constructed. The body is set to the given bytestring using the RequestBodyLBS constructor.

  8. unAuthReq :: AuthenticatedRequest a -> (AuthClientData a, AuthClientData a -> Request -> Request)

    servant-client-core Servant.Client.Core

    No documentation available.

  9. withStreamingRequest :: RunStreamingClient m => Request -> (StreamingResponse -> IO a) -> m a

    servant-client-core Servant.Client.Core

    No documentation available.

  10. newtype AuthenticatedRequest a

    servant-client-core Servant.Client.Core.Auth

    For better type inference and to avoid usage of a data family, we newtype wrap the combination of some AuthClientData and a function to add authentication data to a request NOTE: THIS API IS EXPERIMENTAL AND SUBJECT TO CHANGE

Page 302 of many | Previous | Next