package http-mirage-client

  1. Overview
  2. Docs
HTTP client for MirageOS

Install

dune-project
 Dependency

Authors

Maintainers

Sources

http-mirage-client-0.0.11.tbz
sha256=b0d97f1af1c04df2caca6cb97fdd465099328ce823a58228bae167b48cc4f823
sha512=c09457c364076afc0e3396286c4d6def5d6234fa6caea4e565b3b01b78969916e3c52b353193522884c34b8d9433873f20308f731ddd0cc6a830abdbf5cc0105

doc/CHANGES.html

v0.0.11 2026-09-14 - Biesenthal (Germany)

  • Avoid Format.str_formatter

v0.0.10 2025-02-25 - Berlin (Germany)

  • Use h1 instead of httpaf (!4 @dinosaure)
  • Requires h2 >= 0.12.0 (!4 @dinosaure)

v0.0.9 2025-02-17 - Berlin (Germany)

  • Remove unnecessary functors (@hannesm)

v0.0.8 2024-11-05 - Berlin (Germany)

  • Do not call [f_body] with a redirect body (#2 @hannesm)

v0.0.7 2024-08-29 - Himmelpfort (Germany)

  • Adapt to TLS 1.0.0 API changes (#1, @hannesm)

v0.0.6 2024-07-11 - Tokyo (Japan)

  • Update the package with mimic-happy-eyeballs.0.0.9 (#3, @dinosaure)

v0.0.5 2023-07-05 - Berlin (Germany)

  • Order http2 headers appropriately to avoid malformed requests (as in http-lwt-client#20, @hannesm)

v0.0.4 2023-07-03 - Berlin (Germany)

  • Always lowercase the header keys in HTTP2 (as in http-lwt-client#19, @hannesm)

v0.0.3 2023-03-21 - Himmelpfort (Germany)

  • Adapt to h2 0.10.0 API change, fix test for FreeBSD (#4, @hannesm)

v0.0.2 2023-02-01 - Aarhus (Denmark)

  • Copy buffer earlier to avoid ownership issue (#3, @dinosaure, @reynir)

v0.0.1 2022-11-02 - Parise (France)

  • First release