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

Safe HaskellTrustworthy
LanguageHaskell2010

Network.HTTP.Link

Contents

Description

This module exports all the things at the same time.

Documentation

Orphan instances

ToByteString Link Source # 

Methods

builder :: Link -> Builder

ToHttpApiData Link Source # 
ToByteString [Link] Source # 

Methods

builder :: [Link] -> Builder

ToHttpApiData [Link] Source # 

Methods

toUrlPiece :: [Link] -> Text

toEncodedUrlPiece :: [Link] -> Builder

toHeader :: [Link] -> ByteString

toQueryParam :: [Link] -> Text