Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoogleCloudPlatform/functions-framework-python
/ write_http
Function
write_http
tests/conformance/main.py:30–32 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
28
29
30
def
write_http(request):
31
_write_output(json.dumps(request.json))
32
return
"OK"
, 200
33
34
35
def
write_legacy_event(data, context):
Callers
nothing calls this directly
Calls
1
_write_output
Function · 0.70
Tested by
no test coverage detected