babashka / http-server

Serve static assets
MIT License
77 stars 8 forks source link

Add option to pass extra body headers #8

Closed rafaeldelboni closed 1 year ago

rafaeldelboni commented 1 year ago

I need to add extra body headers, exactly as this fork

Would you be interested in a PR adding headers as an extra optional argument where you can pass a map with extra body headers to be merged with the current one?

borkdude commented 1 year ago

Sure!