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

Method post_request

gunicorn/config.py:1975–1976  ·  view source on GitHub ↗
(worker, req, environ, resp)

Source from the content-addressed store, hash-verified

1973 type = callable
1974
1975 def post_request(worker, req, environ, resp):
1976 pass
1977 default = staticmethod(post_request)
1978 desc = """\
1979 Called after a worker processes the request.

Callers 7

_handle_http_requestMethod · 0.45
_handle_http2_requestMethod · 0.45
handle_requestMethod · 0.45
handle_http2_requestMethod · 0.45
handle_requestMethod · 0.45
handle_http2_requestMethod · 0.45
handle_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected