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

Method parse

gunicorn/http/message.py:206–207  ·  view source on GitHub ↗
(self, unreader)

Source from the content-addressed store, hash-verified

204 self.must_close = True
205
206 def parse(self, unreader):
207 raise NotImplementedError()
208
209 def _peer_trusted_for_forwarded(self):
210 """Return the (secure_scheme_headers, forwarder_headers) the peer is allowed to set.

Callers 15

__init__Method · 0.95
import_appFunction · 0.45
test_parse_simple_getFunction · 0.45
test_parse_headersFunction · 0.45
test_parse_https_schemeFunction · 0.45
test_read_body_chunksFunction · 0.45
test_drain_bodyFunction · 0.45
test_no_bodyFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_parse_simple_getFunction · 0.36
test_parse_headersFunction · 0.36
test_parse_https_schemeFunction · 0.36
test_read_body_chunksFunction · 0.36
test_drain_bodyFunction · 0.36
test_no_bodyFunction · 0.36