·
21 commits
to main
since this release
Minor Changes
- a128e97: Use srvx for convert Node.js req/res to Request/Response. When using
server.handle()
in a Node.js environment, you can now access the orignal req/res viareq.node.req
/req.node.res
.