Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setMaxTotalHeaderLength :: Int -> Settings -> Settingswarp Network.Wai.Handler.Warp Set the maximum header size that Warp will tolerate when using HTTP/1.x. Since 3.3.8
type
IndexedHeader = Array Int Maybe HeaderValuewarp Network.Wai.Handler.Warp.Internal Array for a set of HTTP headers.
settingsMaxTotalHeaderLength :: Settings -> Intwarp Network.Wai.Handler.Warp.Internal Determines the maximum header size that Warp will tolerate when using HTTP/1.x. Since 3.3.8
lookAhead :: MonadParsec e s m => m a -> m amegaparsec Text.Megaparsec If p in lookAhead p succeeds (either consuming input or not) the whole parser behaves like p succeeded without consuming anything (parser state is not updated as well). If p fails, lookAhead has no effect, i.e. it will fail consuming input if p fails consuming input. Combine with try if this is undesirable.
MissingWWWAuthenticateHeader :: DigestAuthExceptionDetailshttp-client-tls Network.HTTP.Client.TLS No documentation available.
IncompleteHeaders :: HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit An incomplete set of response headers were returned.
InvalidChunkHeaders :: HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit A chunked response body had invalid headers.
InvalidHeader :: ByteString -> HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit The given response header line could not be parsed
InvalidRequestHeader :: ByteString -> HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit The given request header is not compliant (e.g. has newlines)
OverlongHeaders :: HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit Too many total bytes in the HTTP header were returned by the server.