req-url-extra-0.1.1.0: lib/Network/HTTP/Req/Url/Extra.hs
{-|
Module : Network.HTTP.Req.Url.Extra
Description : Functions for working with Req 'Url'
Copyright : (C) Richard Cook, 2018-2019
Licence : MIT
Maintainer : rcook@rcook.org
Stability : stable
Portability : portable
This package provides helper functions to make working with 'Url' from
<https://hackage.haskell.org/package/req Req> easier.
-}
module Network.HTTP.Req.Url.Extra
( module Network.HTTP.Req.Url.Extra.URI
) where
import Network.HTTP.Req.Url.Extra.URI