Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. headerTopR :: TableStyle rowSep colSep -> String

    table-layout Text.Layout.Table.Style

    No documentation available.

  2. headDef :: a -> [a] -> a

    verset Verset

    No documentation available.

  3. headMay :: [a] -> Maybe a

    verset Verset

    No documentation available.

  4. headWith :: StringLike s => Options -> s -> IO (Response ())

    wreq-stringless Network.Wreq.StringLess

    No documentation available.

  5. head_ :: StringLike s => s -> IO (Response ())

    wreq-stringless Network.Wreq.StringLess

    No documentation available.

  6. header :: HeaderName -> Lens' Options [ByteString]

    wreq-stringless Network.Wreq.StringLess

    A lens onto all headers with the given name (there can legitimately be zero or more). Example:

    let opts = defaults & header "Accept" .~ ["*/*"]
    getWith opts "http://httpbin.org/get"
    
    

  7. headers :: Lens' Options [Header]

    wreq-stringless Network.Wreq.StringLess

    A lens onto all headers (there can legitimately be zero or more). In this example, we print all the headers sent by default with every request.

    print (defaults ^. headers)
    
    

  8. headWith :: StringLike s => Options -> Session -> s -> IO (Response ())

    wreq-stringless Network.Wreq.StringLess.Session

    No documentation available.

  9. head_ :: StringLike s => Session -> s -> IO (Response ())

    wreq-stringless Network.Wreq.StringLess.Session

    No documentation available.

  10. type Header = (HeaderName, ByteString)

    http-types Network.HTTP.Types

    A full HTTP header field with the name and value separated. E.g. "Content-Length: 28" parsed into a Header would turn into ("Content-Length", "28")

Page 85 of many | Previous | Next