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

Function test_http_1

tests/unit/http_clients/test_http_clients.py:40–42  ·  view source on GitHub ↗
(http_client: HttpClient, server_url: URL)

Source from the content-addressed store, hash-verified

38
39
40async def test_http_1(http_client: HttpClient, server_url: URL) -> None:
41 response = await http_client.send_request(str(server_url))
42 assert response.http_version == 'HTTP/1.1'
43
44
45@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

send_requestMethod · 0.45

Tested by

no test coverage detected