http-link-header-1.2.3: HTTP Link header parser/writer
Safe HaskellTrustworthy
LanguageHaskell2010

Network.HTTP.Link

Description

This module exports all the things at the same time, plus a utility function.

Synopsis

Documentation

lnk :: IsURI uri => String -> [(LinkParam, Text)] -> Maybe (Link uri) Source #

Construct a Link.

Orphan instances