jeremydaly / lambda-api

Lightweight web framework for your serverless applications
https://serverless-api.com
MIT License
1.42k stars 126 forks source link

Update type definition for Response.header #207

Closed XsnTrcK closed 1 year ago

XsnTrcK commented 2 years ago

Accurately type Response.header to describe what is possible to pass to the method

naorpeled commented 1 year ago

Hey @XsnTrcK, thanks for this PR, you rock!

good catch :)

P.S: I added a small change, made the value field optional.