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. type Headers = [(CI ByteString, ByteString)]

    websockets Network.WebSockets

    Request headers

  2. type Header = Vector Name

    cassava Data.Csv

    The header corresponds to the first line a CSV file. Not all CSV files have a header.

  3. data HeaderParser a

    cassava Data.Csv.Incremental

    An incremental parser that when fed data eventually returns a parsed Header, or an error.

  4. data Header

    tls Network.TLS

    No documentation available.

  5. Header :: ProtocolType -> Version -> Word16 -> Header

    tls Network.TLS

    No documentation available.

  6. module Network.HTTP.Headers

    This module provides the data types for representing HTTP headers, and operations for looking up header values and working with sequences of header values in Requests and Responses. To avoid having to provide separate set of operations for doing so, we introduce a type class HasHeaders to facilitate writing such processing using overloading instead.

  7. data Header

    HTTP Network.HTTP.Headers

    The Header data type pairs header names & values.

  8. Header :: HeaderName -> String -> Header

    HTTP Network.HTTP.Headers

    No documentation available.

  9. data HeaderName

    HTTP Network.HTTP.Headers

    HTTP HeaderName type, a Haskell data constructor for each specification-defined header, prefixed with Hdr and CamelCased, (i.e., eliding the - in the process.) Should you require using a custom header, there's the HdrCustom constructor which takes a String argument. Encoding HTTP header names differently, as Strings perhaps, is an equally fine choice..no decidedly clear winner, but let's stick with data constructors here.

  10. type HeaderSetter a = HeaderName -> String -> a -> a

    HTTP Network.HTTP.Headers

    No documentation available.

Page 89 of many | Previous | Next