eugef / node-mocks-http

Mock 'http' objects for testing Express routing functions
Other
747 stars 131 forks source link

Fix req.hostname to make it compatible with Express.js #231

Closed eugef closed 3 years ago

eugef commented 3 years ago

Hostname includes full domain name with all the subdomains If Hostname is predefined, then Host header is ignored (to prevent backwards-incompatible changes)

Fixes #230