node-fetch-server v0.5.0
github-actions
released this
09 Dec 19:36
·
40 commits
to main
since this release
- Expose
createHeaders(req: http.IncomingMessage): Headers
API for creating headers from the headers of incoming request objects. - Update
sendResponse
to use an object to add support for libraries such as express while maintainingnode:http
andnode:https
compatibility.