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

Function start_enqueue_endpoint

tests/unit/server.py:271–276  ·  view source on GitHub ↗

Handle requests for the main page with links.

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

Source from the content-addressed store, hash-verified

269
270
271async def start_enqueue_endpoint(_scope: dict[str, Any], _receive: Receive, send: Send) -> None:
272 """Handle requests for the main page with links."""
273 await send_html_response(
274 send,
275 START_ENQUEUE,
276 )
277
278
279async def secondary_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