mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
6 lines
122 B
Python
6 lines
122 B
Python
from gunicorn.config import Config
|
|
from gunicorn.http.errors import InvalidHeader
|
|
|
|
cfg = Config()
|
|
request = InvalidHeader
|