MCPcopy Index your code
hub / github.com/prometheus/client_python / send_default_request

Method send_default_request

tests/test_asgi.py:51–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 )
50
51 def send_default_request(self):
52 self.send_input({"type": "http.request", "body": b""})
53
54 def get_output(self):
55 output = asyncio.new_event_loop().run_until_complete(

Callers 3

validate_metricsMethod · 0.95
test_qs_parsingMethod · 0.95
test_qs_parsing_multiMethod · 0.95

Calls 1

send_inputMethod · 0.95

Tested by

no test coverage detected