MCPcopy
hub / github.com/benoitc/gunicorn / ObsoleteFolding

Class ObsoleteFolding

gunicorn/http/errors.py:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75class ObsoleteFolding(ParseException):
76 def __init__(self, hdr):
77 self.hdr = hdr
78
79 def __str__(self):
80 return "Obsolete line folding is unacceptable: %r" % (self.hdr, )
81
82
83class InvalidHeaderName(ParseException):

Callers 1

parse_headersMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected