wreq-stringless: Simple wrapper to use wreq without Strings
This library wraps all functions from Network.Wreq
which expects a String
and replaces the String
Type with the Network.Wreq.StringLess.StringLike Type-Class.
Instances for Network.Wreq.StringLess.StringLike are given for:
So you can use any of this types instead of String
.
To use this library, replace your the wreq
dependency from your cabal
file with wreq-stringless
and import Network.Wreq.StringLess instead
of Network.Wreq
.
The '0.5.9.x' version of this library wraps the '0.5.x.x' version of wreq
.
see https://github.com/j-keck/wreq-stringless/tree/master/examples for examples.
[Skip to Readme]
Modules
[Index]
Downloads
- wreq-stringless-0.5.9.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.4.1.0, 0.5.0.0, 0.5.0.1, 0.5.1.0, 0.5.2.0, 0.5.9.0, 0.5.9.1 |
---|---|
Dependencies | base (>=4.7 && <5), bytestring, text, utf8-string, wreq (>=0.5 && <0.6) [details] |
License | MIT |
Author | Juergen Keck |
Maintainer | Juergen Keck <jhyphenkeck@gmail.com> |
Category | Web |
Home page | https://github.com/j-keck/wreq-stringless#readme |
Bug tracker | https://github.com/j-keck/wreq-stringless/issues |
Source repo | head: git clone https://github.com/j-keck/wreq-stringless |
Uploaded | by jkeck at 2018-01-16T10:02:49Z |
Distributions | LTSHaskell:0.5.9.1, NixOS:0.5.9.1, Stackage:0.5.9.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 4502 total (25 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-01-16 [all 1 reports] |