Skip to content
PACKAGES

LocalHttpDriver

Kind: class

Source: src/graphrefly/_facade.py:176

Host-owned one-shot HTTP driver used by from_http.

request(request: HttpRequest) -> Awaitable[HttpResponse]

Start one HTTP request and resolve to an HttpResponse.

Source: src/graphrefly/_facade.py:179