MCPcopy 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
30def write_http(request):
31 _write_output(json.dumps(request.json))
32 return "OK", 200
33
34
35def write_legacy_event(data, context):

Callers

nothing calls this directly

Calls 1

_write_outputFunction · 0.70

Tested by

no test coverage detected