Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_metrics
Method · 0.95
test_qs_parsing
Method · 0.95
test_qs_parsing_multi
Method · 0.95
Calls
1
send_input
Method · 0.95
Tested by
no test coverage detected