Closed newtang closed 3 years ago
I'm calling this done. We handle the buildOptionsHandler in the basic server, and use req.url if req.path isn't present. More url manipulation is necessary to support fqdn. We succeed in a great many router tests now, and have several of our own.
Router tests are tested against a basic node http server.
It doesn't look like much work to support it. Here's a couple areas we fall short:
storage/utils.ts: buildOptionsHandler
, handle res.send not being there. You can use res.end possibly