Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
Network.HTTP.Link
Contents
Description
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 # | |
Methods toUrlPiece :: Link uri -> Text toEncodedUrlPiece :: Link uri -> Builder toHeader :: Link uri -> ByteString toQueryParam :: Link uri -> Text toEncodedQueryParam :: Link uri -> Builder | |
IsURI uri => ToHttpApiData [Link uri] Source # | |
Methods toUrlPiece :: [Link uri] -> Text toEncodedUrlPiece :: [Link uri] -> Builder toHeader :: [Link uri] -> ByteString toQueryParam :: [Link uri] -> Text toEncodedQueryParam :: [Link uri] -> Builder |