MCPcopy Create free account
hub / github.com/apify/crawlee-python / resource_loading_endpoint

Function resource_loading_endpoint

tests/unit/server.py:450–455  ·  view source on GitHub ↗

Handle requests for the resource loading page.

(_scope: dict[str, Any], _receive: Receive, send: Send)

Source from the content-addressed store, hash-verified

448
449
450async def resource_loading_endpoint(_scope: dict[str, Any], _receive: Receive, send: Send) -> None:
451 """Handle requests for the resource loading page."""
452 await send_html_response(
453 send,
454 RESOURCE_LOADING_PAGE,
455 )
456
457
458async def base_index_endpoint(_scope: dict[str, Any], _receive: Receive, send: Send) -> None:

Callers

nothing calls this directly

Calls 1

send_html_responseFunction · 0.85

Tested by

no test coverage detected