Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using gunicorn as internal server instead of wsgiref #28

Open
kevin1024 opened this issue Oct 22, 2015 · 2 comments
Open

Consider using gunicorn as internal server instead of wsgiref #28

kevin1024 opened this issue Oct 22, 2015 · 2 comments

Comments

@kevin1024
Copy link
Owner

httpbin is deployed in production using gunicorn. The intent of pytest-httpbin is to provide a local copy of the hosted version of httpbin. Therefore, to keep everything as similar as possible, I should probably use gunicorn as the web server instead of wsgiref.

@graingert
Copy link
Collaborator

graingert commented Jul 31, 2024

gunicorn doesn't run on windows, so I'd probably go for waitress instead

@graingert
Copy link
Collaborator

Ah waitress doesn't support Https. Maybe uvicorn+asgiref.WsgiToAsgi will work here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants