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.
type
PutAccepted = Verb 'PUT 202servant Servant.API.Verbs PUT with 202 status code.
type
PutCreated = Verb 'PUT 201servant Servant.API.Verbs PUT with 201 status code.
type
PutNoContent = NoContentVerb 'PUTservant Servant.API.Verbs PUT with 204 status code.
type
PutNonAuthoritative = Verb 'PUT 203servant Servant.API.Verbs PUT with 203 status code.
type
PutResetContent = Verb 'PUT 205servant Servant.API.Verbs PUT with 205 status code.
-
servant Servant.Links Query parameter.
-
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
-
http-conduit Network.HTTP.Client.Conduit Define a HTTP proxy, consisting of a hostname and port number.
Proxy :: ByteString -> Int -> Proxyhttp-conduit Network.HTTP.Client.Conduit No documentation available.
ProxyConnectException :: ByteString -> Int -> Status -> HttpExceptionContenthttp-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.