This website requires JavaScript.
Explore
Help
Register
Sign In
jingrow
/
gunicorn
Watch
1
Star
0
Fork
0
You've already forked gunicorn
mirror of
https://github.com/frappe/gunicorn.git
synced
2026-07-06 04:31:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
gunicorn
/
gunicorn
/
http
History
benoitc
e06b44a28f
fix issue
#51
. Support https schema. Pas an Http header to gunicorn :
...
X-Forwarded-Protocol=https , X-Forwarded-Ssl=on
2010-05-26 16:27:12 +02:00
..
__init__.py
Got the Sync and Eventlet workers running.
2010-04-15 21:20:17 -04:00
parser.py
use cstringio
2010-03-08 12:14:47 +01:00
request.py
fix issue
#51
. Support https schema. Pas an Http header to gunicorn :
2010-05-26 16:27:12 +02:00
response.py
response has no socket object but request has. bug detected while
2010-04-22 22:02:44 +02:00
tee.py
Added unit tests for new Config code.
2010-05-21 22:54:22 -04:00