Blue HTTP is a high-level OCaml HTTP client, intended to be used out of the box without additional configuration.
- Everything Cohttp supports
- TLS support with certificate validation
- Connection pooling
- Redirect following
- Only supports Async (pull requests to factor out Lwt/Unix are welcome!)
FIXME: Add an example