Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.04 KB

CircleCI Coverage Status GitHub release License: Unlicense Documentation

Blue HTTP

Blue HTTP is a high-level OCaml HTTP client, intended to be used out of the box without additional configuration.

Features

  • Everything Cohttp supports
  • TLS support with certificate validation
  • Connection pooling
  • Redirect following

Missing features

  • Only supports Async (pull requests to factor out Lwt/Unix are welcome!)

Example

FIXME: Add an example