req-url-extra: Provides URI/URL helper functions for use with Req

[ library, mit, network, program, web ] [ Propose Tags ]

This package provides helper functions for use with URIs and URLs in Req.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Change log CHANGELOG.md
Dependencies aeson (>=1.2 && <1.5), base (>=4.9 && <4.13), modern-uri (>=0.1 && <0.4), req (>=2.0.0 && <2.1.0), req-url-extra, text (>=1.2 && <1.3) [details]
License MIT
Copyright 2018-2019 Richard Cook
Author Richard Cook
Maintainer rcook@rcook.org
Category Network, Web
Home page https://github.com/rcook/req-url-extra#readme
Bug tracker https://github.com/rcook/req-url-extra/issues
Source repo head: git clone https://github.com/rcook/req-url-extra.git
Uploaded by rcook at 2019-02-13T17:25:41Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Executables sample
Downloads 1210 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for req-url-extra-0.1.1.0

[back to package description]

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.