req-url-extra

Provides URI/URL helper functions for use with Req

https://github.com/rcook/req-url-extra#readme

Version on this page:0.1.0.0
LTS Haskell 13.30:0.1.0.0@rev:2
Stackage Nightly 2019-07-13:0.1.1.0
Latest on Hackage:0.1.1.0

See all snapshots req-url-extra appears in

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

Module documentation for 0.1.0.0

Used by 1 package in nightly-2018-05-18(full list with versions):

req-url-extra

Travis branch Hackage GitHub license

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, Richard Cook.

Changes

req-url-extra

v0.1.0.0

  • Provides toUrlHttp and toUrlHttps to convert from URI to Url