Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. type PutAccepted = Verb 'PUT 202

    servant Servant.API.Verbs

    PUT with 202 status code.

  2. type PutCreated = Verb 'PUT 201

    servant Servant.API.Verbs

    PUT with 201 status code.

  3. type PutNoContent = NoContentVerb 'PUT

    servant Servant.API.Verbs

    PUT with 204 status code.

  4. type PutNonAuthoritative = Verb 'PUT 203

    servant Servant.API.Verbs

    PUT with 203 status code.

  5. type PutResetContent = Verb 'PUT 205

    servant Servant.API.Verbs

    PUT with 205 status code.

  6. data Param

    servant Servant.Links

    Query parameter.

  7. type Popper = IO ByteString

    http-conduit Network.HTTP.Client.Conduit

    A function which generates successive chunks of a request body, provider a single empty bytestring when no more data is available. Since 0.1.0

  8. data Proxy

    http-conduit Network.HTTP.Client.Conduit

    Define a HTTP proxy, consisting of a hostname and port number.

  9. Proxy :: ByteString -> Int -> Proxy

    http-conduit Network.HTTP.Client.Conduit

    No documentation available.

  10. ProxyConnectException :: ByteString -> Int -> Status -> HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    A non-200 status code was returned when trying to connect to the proxy server on the given host and port.

Page 79 of many | Previous | Next