uber / zanzibar

A build system & configuration system to generate versioned API gateways.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reqHeaderMap and resHeaderMap requires Canonical MIME Header Key format

kanstantsin-chernik opened this issue · comments

Took me some time to figure that "reqHeaderMap": { "x-uuid": "x-uuid"} is not gonna work because of casing
Instead I had to pass "reqHeaderMap": { "X-Uuid": "X-Uuid"}