aiohttp-swagger
aiohttp-swagger copied to clipboard
When loading swagger_from_file allow host option overridding
I would like to automatically change the host value with the current request.headers['Host'] value. Is that possible?
Apparently removing the schemes or the host default to using the current host. I guess having an option would allow to load this from the conf, env variables or making it explicit.