Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
This module exports all the things at the same time, plus a utility function.
Synopsis
- module Network.HTTP.Link.Types
- module Network.HTTP.Link.Writer
- module Network.HTTP.Link.Parser
- lnk :: IsURI uri => String -> [(LinkParam, Text)] -> Maybe (Link uri)
Documentation
module Network.HTTP.Link.Types
module Network.HTTP.Link.Writer
module Network.HTTP.Link.Parser
Orphan instances
IsURI uri => ToHttpApiData [Link uri] Source # | |
toUrlPiece :: [Link uri] -> Text # toEncodedUrlPiece :: [Link uri] -> Builder # toHeader :: [Link uri] -> ByteString # toQueryParam :: [Link uri] -> Text # | |
IsURI uri => ToHttpApiData (Link uri) Source # | |
toUrlPiece :: Link uri -> Text # toEncodedUrlPiece :: Link uri -> Builder # toHeader :: Link uri -> ByteString # toQueryParam :: Link uri -> Text # |