Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. POST :: StdMethod

    http-types Network.HTTP.Types

    No documentation available.

  2. PUT :: StdMethod

    http-types Network.HTTP.Types

    No documentation available.

  3. type PartialEscapeQuery = [PartialEscapeQueryItem]

    http-types Network.HTTP.Types

    Query with some characters that should not be escaped. General form: a=b&c=d:e+f&g=h

  4. type PartialEscapeQueryItem = (ByteString, [EscapeItem])

    http-types Network.HTTP.Types

    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.

  5. PATCH :: StdMethod

    http-types Network.HTTP.Types.Method

    No documentation available.

  6. POST :: StdMethod

    http-types Network.HTTP.Types.Method

    No documentation available.

  7. PUT :: StdMethod

    http-types Network.HTTP.Types.Method

    No documentation available.

  8. 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

  9. 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.

  10. module Control.Monad.Primitive

    Primitive state-transformer monads.

Page 39 of many | Previous | Next