Maciej Szmida
Maciej Szmida
Function `resolveDomain()` has incorrect implementation: ```javascript function resolveDomain(req) { var host = req.get('host'); // Ex: "mysite.com:8000" var domain = host.substr(0, host.indexOf(':') || host.length); // Ex: "mysite.com" return '.' + domain;...
In `Readme.md` file there is no information that this package relies on `cookie-parser` express middleware existence. Consider reading and writing cookies directly by your package. There is also no information...
This change fixes compatibility of tests with Node and Jest. Current Node LTS version is `v20.13.0`. On GitHub Actions we are using: 
Hello, I really appreciate your vision @tipiirai to create finally framework that works closely with the web standards, however in many cases your documentation is still very laconic. Looks like...