DevL / plug_require_header

An Elixir Plug for requiring and extracting a given header.
MIT License
27 stars 3 forks source link

Allow multiple keys to be required and extracted #1

Closed DevL closed 9 years ago

DevL commented 9 years ago
 plug PlugRequireHeader, headers: [api_key: "x-api-key", magic_header: "magic-header"]
DevL commented 9 years ago

Planned to be addressed by #3.

DevL commented 9 years ago

Handled by #3.