A simple http client/server (http/1.1 & h2) for OCaml 5

1 Open Issue Need Help Last updated: Aug 8, 2025

Open Issues Need Help

View All on GitHub
Networking Protocol Implementation

AI Summary: Modify the `httpcats` OCaml HTTP server to accept a pre-initialized Unix socket as input, instead of only accepting a `Unix.sockaddr` for socket creation and initialization. This change allows users to provide their own socket, offering more control over server setup, as demonstrated in issue #7.

Complexity: 4/5
enhancement good first issue

A simple http client/server (http/1.1 & h2) for OCaml 5

OCaml