package http-lwt-client

  1. Overview
  2. Docs
A simple HTTP client using http/af, h2, and lwt

Install

Dune Dependency

Authors

Maintainers

Sources

http-lwt-client-v0.0.5.tbz
sha256=ba0cf3268c98f57b65e67dbecd262d2af74d8cd17703e56ca17ef51859b0a4b5
sha512=9a06b53d0e79934b1d0039b463dd02097131969fa94e1fdac9bbfcb34c8f0e171964486dcaf37a5f4148245d9a344f4a5aaf271fa38d557615f6036266ee016b

CHANGES.md.html

v0.0.5 (2021-10-30)

  • remove rresult dependency (#6 @hannesm @reynir)

v0.0.4 (2021-09-11)

  • Add ?tls_config to Http_lwt_client.one_request to enable passing an entire TLS configuration

  • Avoid exception in resolve_location

  • Add ?happy_eyeballs to Http_lwt_client.one_request to allow reusing this state across requests

  • Initialize Ca_certs.authenticator only once (lazily) to avoid decoding trust anchors multiple times

  • Fix Http_lwt_unix.Buffer for resizing on put (to avoid errors with H2)

  • Avoid exceptions from Lwt.wakeup_later by calling it at most once

v0.0.3 (2021-09-07)

  • Fix following redirects if location is relative or schema-relative

  • Provide the optional argument ?follow_redirect to not follow redirects

v0.0.2 (2021-09-06)

  • Unify response API between HTTP1 and HTTP2 requests and responses (issue #5)

v0.0.1 (2021-09-06)

  • Initial release