pallets / quart

An async Python micro framework for building web applications.
https://quart.palletsprojects.com
MIT License
3.01k stars 164 forks source link

support insecure bind #310

Closed seidnerj closed 10 months ago

seidnerj commented 10 months ago

support insecure bind like hypercorn does. This is especially useful when developing locally.

pgjones commented 10 months ago

(See #311)

seidnerj commented 10 months ago

Please reopen this, this was my intent. I need both at the same time to locally replicate an issue I'm facing with hypercorn in production.