https://github.com/xandkar/ez_http
A simpler request/response API around Cohttp_async.Client.
https://github.com/xandkar/ez_http
Last synced: 6 months ago
JSON representation
A simpler request/response API around Cohttp_async.Client.
- Host: GitHub
- URL: https://github.com/xandkar/ez_http
- Owner: xandkar
- Created: 2014-10-13T04:57:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T06:25:59.000Z (almost 11 years ago)
- Last Synced: 2024-10-19T03:06:29.502Z (12 months ago)
- Language: OCaml
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EZ Http
=======Convenience wrapper around `Cohttp_async.Client`. My main use-case is writing
test cases for HTTP APIs.