Configure Caddy for gRPC-Web support #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Milestone: Infrastructure & Setup
Update the existing Caddy config in
llm-multiverse(or document a companion Caddyfile) to handle gRPC-Web translation — addContent-Typemapping, CORS headers, and thegrpc_webdirective so the browser can call the Orchestrator.Acceptance Criteria
Content-Typemapping for gRPC-Web ↔ gRPC translationgrpc_webdirective enabledImplemented and auto-merged via PR #23.
Added Caddyfile with gRPC-Web → gRPC translation, CORS headers, and SvelteKit dev server proxy. All quality gates passed.