eugef / node-mocks-http

Mock 'http' objects for testing Express,js, Next.js and Koa routing functions
Other
755 stars 134 forks source link

feat: add support for req.hostname #224

Closed storm1ng closed 4 years ago

storm1ng commented 4 years ago

This will add support for req.hostname specified in the expressjs documentation: http://expressjs.com/en/5x/api.html#req.hostname

Note: I didn't implement the X-Forwarded-Host check since we would need to evaluate the trust proxy option: http://expressjs.com/en/5x/api.html#app.set

eugef commented 4 years ago

Hi @mjenny, thank you for the PR.