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

Function problematic_links_endpoint

tests/unit/server.py:303–308  ·  view source on GitHub ↗

Handle requests with a page containing problematic links.

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

Source from the content-addressed store, hash-verified

301
302
303async def problematic_links_endpoint(_scope: dict[str, Any], _receive: Receive, send: Send) -> None:
304 """Handle requests with a page containing problematic links."""
305 await send_html_response(
306 send,
307 PROBLEMATIC_LINKS,
308 )
309
310
311async def non_href_links_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