mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +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
|