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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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, base (>=4.9 && <5), data-default-class, modern-uri, req (>=1.0.0 && <2.0.0), req-url-extra, text [details]
License MIT
Copyright 2018 Richard Cook
Author Richard Cook
Maintainer rcook@rcook.org
Revised Revision 2 made by rcook at 2019-02-13T16:11:49Z
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 2018-02-18T23:51:39Z
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.0.0

[back to package description]

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.