Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. data Proxy

    wreq Network.Wreq

    Define a HTTP proxy, consisting of a hostname and port number.

  2. Proxy :: ByteString -> Int -> Proxy

    wreq Network.Wreq

    No documentation available.

  3. type Part = PartM IO

    wreq Network.Wreq.Lens

    No documentation available.

  4. data Proxy

    wreq Network.Wreq.Lens

    Define a HTTP proxy, consisting of a hostname and port number.

  5. class Patchable a

    wreq Network.Wreq.Types

    A type that can be converted into a PATCH request payload.

  6. data Payload

    wreq Network.Wreq.Types

    A product type for representing more complex payload types.

  7. class Postable a

    wreq Network.Wreq.Types

    A type that can be converted into a POST request payload.

  8. class Putable a

    wreq Network.Wreq.Types

    A type that can be converted into a PUT request payload.

  9. data Ptr a

    basement Basement.Compat.Base

    A value of type Ptr a represents a pointer to an object, or an array of objects, which may be marshalled to or from Haskell values of type a. The type a will often be an instance of class Storable which provides the marshalling operations. However this is not essential, and you can provide your own operations to access the pointer. For example you might write small foreign functions to get or set the fields of a C struct.

  10. Ptr :: Addr# -> Ptr a

    basement Basement.Compat.Base

    No documentation available.

Page 344 of many | Previous | Next