wreq-patchable: An easy-to-use HTTP client library.

[ bsd3, library, web ] [ Propose Tags ]

A fork of wreq https://hackage.haskell.org/package/wreq that supports HTTP PATCH requests


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
doctest

enable doctest tests

Enabled
aws

enable AWS tests

Disabled
httpbin

enable httpbin test daemon

Disabled
developer

build in developer mode

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.0
Change log changelog.md
Dependencies aeson (>=0.7.0.3), attoparsec (>=0.11.1.0), authenticate-oauth (>=1.5), base (>=4.5 && <5), base16-bytestring, bytestring (>=0.9), case-insensitive, containers, cryptonite, exceptions (>=0.5), ghc-prim, hashable, http-client (>=0.6), http-client-tls (>=0.3.3), http-types (>=0.8), lens (>=4.5), lens-aeson, memory, mime-types, psqueues (>=0.2), template-haskell, text, time (>=1.5), time-locale-compat, unordered-containers [details]
License BSD-3-Clause
Copyright 2014 Bryan O'Sullivan
Author Bryan O'Sullivan <bos@serpentine.com>, Ben Simms <ben@bensimms.moe>
Maintainer ben@bensimms.moe
Category Web
Home page http://www.serpentine.com/wreq
Bug tracker https://github.com/nitros12/wreq-patchable/issues
Source repo head: git clone https://github.com/bos/wreq
head: hg clone https://bitbucket.org/bos/wreq
Uploaded by nitros12 at 2020-04-22T22:05:33Z
Distributions
Reverse Dependencies 1 direct, 2 indirect [details]
Executables httpbin
Downloads 468 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 wreq-patchable-1.0.0.0

[back to package description]

wreq-patchable: A fork of wreq that allow PATCH requests