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.

  1. responseHeaders :: Response -> ResponseHeaders

    wai Network.Wai

    Accessing ResponseHeaders in Response.

  2. requestHeaderHost :: Request -> Maybe ByteString

    wai Network.Wai.Internal

    The value of the Host header in a HTTP request.

  3. requestHeaderRange :: Request -> Maybe ByteString

    wai Network.Wai.Internal

    The value of the Range header in a HTTP request.

  4. requestHeaderReferer :: Request -> Maybe ByteString

    wai Network.Wai.Internal

    The value of the Referer header in a HTTP request.

  5. requestHeaderUserAgent :: Request -> Maybe ByteString

    wai Network.Wai.Internal

    The value of the User-Agent header in a HTTP request.

  6. requestHeaders :: Request -> RequestHeaders

    wai Network.Wai.Internal

    A list of headers (a pair of key and value) in an HTTP request.

  7. lookAhead :: Get a -> Get a

    cereal Data.Serialize.Get

    Run ga, but return without consuming its input. Fails if ga fails.

  8. lookAheadE :: Get (Either a b) -> Get (Either a b)

    cereal Data.Serialize.Get

    Like lookAhead, but consume the input if gea returns 'Right _'. Fails if gea fails.

  9. lookAheadM :: Get (Maybe a) -> Get (Maybe a)

    cereal Data.Serialize.Get

    Like lookAhead, but consume the input if gma returns 'Just _'. Fails if gma fails.

  10. uncheckedLookAhead :: Int -> Get ByteString

    cereal Data.Serialize.Get

    Get the next up to n bytes as a ByteString until end of this chunk, without consuming them.

Page 137 of many | Previous | Next