Contents

gunicorn 25.1.0

0

WSGI HTTP Server for UNIX

WSGI HTTP Server for UNIX

Stars: 10438, Watchers: 10438, Forks: 1815, Open Issues: 114

The benoitc/gunicorn repo was created 16 years ago and the last code push was 4 days ago.
The project is extremely popular with a mindblowing 10438 github stars!

How to Install gunicorn

You can install gunicorn using pip

pip install gunicorn

or add it to a project with poetry

poetry add gunicorn

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/gunicorn/
Documentation:
https://gunicorn.org
GitHub Repo:
https://github.com/benoitc/gunicorn

Classifiers

  • Internet
  • Internet/WWW/HTTP
  • Internet/WWW/HTTP/Dynamic Content
  • Internet/WWW/HTTP/WSGI
  • Internet/WWW/HTTP/WSGI/Server
  • Software Development/Libraries/Python Modules
  • Utilities
No  gunicorn  pypi packages just yet.

Errors

A list of common gunicorn errors.

Code Examples

Here are some gunicorn code examples and snippets.

GitHub Issues

The gunicorn package has 114 open issues on GitHub

  • Add HTTP/2 support (RFC 7540) and HTTP 103 Early Hints (RFC 8297)
  • Add FastCGI protocol support
  • asgi: get valid/invalid http tests to pass
  • feat: add dirty arbiters for long-running blocking operations
  • Refactor: plain socket objects instead of wrapper classes
  • Add more systemd notifications
  • fd leak in thread worker causing periodic outages
  • Force connection close after protocol upgrade

See more issues on GitHub

Related Packages & Articles

urllib3 2.6.3

HTTP library with thread-safe connection pooling, file post, and more.

Flask 3.1.2

A simple framework for building complex web applications.