http-dispatch-0.4.0.0: High level HTTP client for Haskell

Safe HaskellSafe
LanguageHaskell2010

Network.HTTP.Dispatch.Types

Documentation

class Packable a where Source #

Minimal complete definition

pack

Methods

pack :: a -> ByteString Source #

Instances