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

Function hello_world

tests/unit/server.py:177–182  ·  view source on GitHub ↗

Handle basic requests with a simple HTML response.

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

Source from the content-addressed store, hash-verified

175
176
177async def hello_world(_scope: dict[str, Any], _receive: Receive, send: Send) -> None:
178 """Handle basic requests with a simple HTML response."""
179 await send_html_response(
180 send,
181 HELLO_WORLD,
182 )
183
184
185async def hello_world_json(_scope: dict[str, Any], _receive: Receive, send: Send) -> None:

Callers 1

appFunction · 0.85

Calls 1

send_html_responseFunction · 0.85

Tested by

no test coverage detected