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

Class UWSGIParser

gunicorn/uwsgi/parser.py:9–12  ·  view source on GitHub ↗

Parser for uWSGI protocol requests.

Source from the content-addressed store, hash-verified

7
8
9class UWSGIParser(Parser):
10 """Parser for uWSGI protocol requests."""
11
12 mesg_class = UWSGIRequest

Callers 2

get_parserFunction · 0.90
test_parser_iterationMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_parser_iterationMethod · 0.72