Open Issues Need Help
View All on GitHub Networking • Protocol Implementation
Be able to pass the _main_ socket instead of `Unix.sockaddr` when we would like an HTTP server 27 days ago
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