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.
proxyAuthenticationRequired407 :: Statushttp-types Network.HTTP.Types.Status Proxy Authentication Required 407
requestEntityTooLarge413 :: Statushttp-types Network.HTTP.Types.Status Request Entity Too Large 413
requestHeaderFieldsTooLarge431 :: Statushttp-types Network.HTTP.Types.Status Request Header Fields Too Large 431 (RFC 6585)
-
http-types Network.HTTP.Types.Status Request Timeout 408
requestURITooLong414 :: Statushttp-types Network.HTTP.Types.Status Request-URI Too Long 414
requestedRangeNotSatisfiable416 :: Statushttp-types Network.HTTP.Types.Status Requested Range Not Satisfiable 416
-
http-types Network.HTTP.Types.Status Too Many Requests 429 (RFC 6585)
-
http-types Network.HTTP.Types.Status Upgrade Required 426 (https://tools.ietf.org/html/rfc7231#section-6.5.15)
type
PartialEscapeQuery = [PartialEscapeQueryItem]http-types Network.HTTP.Types.URI Query with some characters that should not be escaped. General form: a=b&c=d:e+f&g=h
type
PartialEscapeQueryItem = (ByteString, [EscapeItem])http-types Network.HTTP.Types.URI Partially escaped query item. The key will always be encoded using 'urlEncode True', but the value will be encoded depending on which EscapeItems are used.