Add ocaml-respond: Eio HTTP server with static file serving
Minimal HTTP/1.1 server reusing requests.core types (Status.t, Method.t,
Headers.t). Features: static file serving with MIME detection and ETag,
custom route handlers, structured logging via Logs, path traversal
prevention, CORS support.
89 tests covering RFC 7230-7235 compliance: URL parsing, path
normalization, status codes, HTTP methods, ETag generation, MIME
detection, header injection prevention, routing.