http-link-header-1.0.3.1: A parser and writer for the HTTP Link header as specified in RFC 5988 "Web Linking".
Safe HaskellTrustworthy
LanguageHaskell2010

Network.HTTP.Link

Description

This module exports all the things at the same time.

Documentation

Orphan instances

ToByteString Link Source # 
Instance details

Methods

builder :: Link -> Builder Source #

ToHttpApiData Link Source # 
Instance details

Methods

toUrlPiece :: Link -> Text Source #

toEncodedUrlPiece :: Link -> Builder Source #

toHeader :: Link -> ByteString Source #

toQueryParam :: Link -> Text Source #

ToByteString [Link] Source # 
Instance details

Methods

builder :: [Link] -> Builder Source #

ToHttpApiData [Link] Source # 
Instance details

Methods

toUrlPiece :: [Link] -> Text Source #

toEncodedUrlPiece :: [Link] -> Builder Source #

toHeader :: [Link] -> ByteString Source #

toQueryParam :: [Link] -> Text Source #