Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
This module exports all the things at the same time.
Documentation
module Network.HTTP.Link.Types
module Network.HTTP.Link.Writer
module Network.HTTP.Link.Parser
Orphan instances
ToHttpApiData Link Source # | |
toUrlPiece :: Link -> Text # toEncodedUrlPiece :: Link -> Builder # toHeader :: Link -> ByteString # toQueryParam :: Link -> Text # | |
ToHttpApiData [Link] Source # | |
toUrlPiece :: [Link] -> Text # toEncodedUrlPiece :: [Link] -> Builder # toHeader :: [Link] -> ByteString # toQueryParam :: [Link] -> Text # |