Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snoyberg/http-client
An HTTP client engine, intended as a base layer for more user-friendly packages.
https://github.com/snoyberg/http-client
haskell http-client http-conduit
Last synced: 4 days ago
JSON representation
An HTTP client engine, intended as a base layer for more user-friendly packages.
- Host: GitHub
- URL: https://github.com/snoyberg/http-client
- Owner: snoyberg
- Created: 2013-10-04T08:09:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T06:39:06.000Z (20 days ago)
- Last Synced: 2024-10-29T21:59:39.876Z (18 days ago)
- Topics: haskell, http-client, http-conduit
- Language: Haskell
- Size: 2.44 MB
- Stars: 281
- Watchers: 15
- Forks: 194
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-http - http-client - friendly packages. | ![GitHub stars](https://img.shields.io/github/stars/snoyberg/http-client) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/snoyberg/http-client) (Programming Languages / Haskell)
- my-awesome - snoyberg/http-client - client,http-conduit pushed_at:2024-10 star:0.3k fork:0.2k An HTTP client engine, intended as a base layer for more user-friendly packages. (Haskell)
README
# http-client megarepo
[![Build Status](https://dev.azure.com/snoyberg/http-client/_apis/build/status/snoyberg.http-client?branchName=master)](https://dev.azure.com/snoyberg/http-client/_build/latest?definitionId=2&branchName=master)
This is a mega-repo for housing the http-client family of packages for Haskell.
These packages provide a low level HTTP client engine (http-client), different
backends for providing SSL support (http-client-tls and http-client-openssl),
and higher-level APIs for user convenience (http-conduit).Please check out the [tutorial](TUTORIAL.md).
Due to Haddock pulling the documentation directly from http-client, some "Since"
notations give the version numbers of the http-client package. For reference,
http-client-0.5.0 corresponds to http-conduit-2.2.0, and
http-client-0.4.30 corresponds to http-conduit-2.1.11 .