mirror of
https://github.com/jorisvink/kore
synced 2025-03-08 19:19:02 -05:00
Kore will automatically detect if a route is a dynamic or static one so there is no need for the configuration options to differ anymore.
Example on how to read HTTP request headers and set your own custom ones.
Run:
# kodev run
Test:
# curl -H "X-Custom-Header: testing" -i -k https://127.0.0.1:8888
If X-Custom-Header is given, it will be mirrored in the response.