MCPcopy
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
137class LimitRequestHeaders(ParseException):
138 def __init__(self, msg):
139 self.msg = msg
140
141 def __str__(self):
142 return self.msg
143
144
145class InvalidProxyLine(ParseException):

Callers 3

parse_headersMethod · 0.90
_parse_fastMethod · 0.90
_parse_pythonMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected