MIT licensed by Richard Cook
Maintained by [email protected]
This version can be pinned in stack with:req-url-extra-0.1.1.0@sha256:e7773554efc7551206b442b7bd27dc9f9de5a5fd9922a76229ec738f231cd8c3,3221

Module documentation for 0.1.1.0

Used by 1 package in nightly-2019-04-10(full list with versions):

Travis CI Hackage Hackage dependencies Stackage Nightly Stackage LTS Licence

req-url-extra

This package provides helper functions to make working with Url from Req easier.

Dev guide

This project can be built using the Stack build tool.

Clone repository

git clone https://github.com/rcook/req-url-extra.git

Build

stack build

Test

stack test

Upload package

stack upload .

Upload documentation

I use my upload-haddocks tool which requires a functioning installation of Python and pip:

pip install --user upload-haddocks
upload-haddocks

Releases

View change log for more information

Licence

MIT License

Copyright © 2018-2019, Richard Cook.

Changes

req-url-extra

v0.1.0.0

  • Provides toUrlHttp and toUrlHttps to convert from URI to Url