The HTTP layer is adapter-only: it reuses the same offline audit engine as the CLI and library.
Config hot-reload is achieved by re-reading the configured policy path on each audit request, so file updates take effect without restarting the server.
The service intentionally stays JSON-only in this milestone.
Package httpapi exposes the HTTP adapter for DeltaScope.
input: HTTP requests carrying SQL audit payloads plus service-level config/version wiring
output: JSON audit, health, version, and structured error responses
pos: interface adapter between net/http and the public DeltaScope audit API
note: if this file changes, update this header and module README.md.
Package httpapi exposes the HTTP adapter for DeltaScope.
input: listen addresses plus service-level config/version wiring
output: ready-to-run HTTP server instances for the JSON audit service
pos: long-running net/http server assembly for the HTTP interface milestone
note: if this file changes, update this header and module README.md.