MCPcopy
hub / github.com/sparckles/Robyn / sync_after_request

Function sync_after_request

integration_tests/base_routes.py:259–262  ·  view source on GitHub ↗
(response: Response)

Source from the content-addressed store, hash-verified

257
258@app.after_request("/sync/middlewares")
259def sync_after_request(response: Response):
260 response.headers.set("after", "sync_after_request")
261 response.description = response.description + " after"
262 return response
263
264
265@app.get("/sync/middlewares")

Callers

nothing calls this directly

Calls 1

setMethod · 0.80

Tested by

no test coverage detected