Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ LimitRequestHeaders
Class
LimitRequestHeaders
gunicorn/http/errors.py:137–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
136
137
class
LimitRequestHeaders(ParseException):
138
def
__init__(self, msg):
139
self.msg = msg
140
141
def
__str__(self):
142
return
self.msg
143
144
145
class
InvalidProxyLine(ParseException):
Callers
3
parse_headers
Method · 0.90
_parse_fast
Method · 0.90
_parse_python
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected