context-http-client
Modify HTTP requests/responses using context
LTS Haskell 23.27: | 0.2.0.2@rev:1 |
Stackage Nightly 2025-07-12: | 0.2.0.2@rev:1 |
Latest on Hackage: | 0.2.0.2@rev:1 |
MIT licensed and maintainedbyJason Shipman
This version can be pinned in stack with:
context-http-client-0.2.0.2@sha256:f8f8e3feba5487ca23b914571bd1e464e9870d52bf894b78a89d488dde267091,1817
Module documentation for 0.2.0.2
- Network
- Network.HTTP
- Network.HTTP.Client
- Network.HTTP
Depends on 3 packages(full list with versions):
context-http-client
context-http-client
supports modifyinghttp-client
requests/responses usingcontext
.
See the Haddocks for more info on the library.
Changes
Change log
0.2.0.2
- Link test suite with
-threaded
RTS option
0.2.0.1
- Backwards compatibility with GHC 8.4 (@pbrisbin)
0.2.0.0
- Dependency bump:
context-0.2.0.0
0.1.0.0
- Initial release