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

Function secondary_index_endpoint

tests/unit/server.py:279–284  ·  view source on GitHub ↗

Handle requests for the secondary page with links.

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

Source from the content-addressed store, hash-verified

277
278
279async def secondary_index_endpoint(_scope: dict[str, Any], _receive: Receive, send: Send) -> None:
280 """Handle requests for the secondary page with links."""
281 await send_html_response(
282 send,
283 SECONDARY_INDEX,
284 )
285
286
287async def incapsula_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