LocalHttpDriver
LocalHttpDriver
Section titled “LocalHttpDriver”Kind: class
Source: src/graphrefly/_facade.py:176
Description
Section titled “Description”Host-owned one-shot HTTP driver used by from_http.
Methods
Section titled “Methods”request
Section titled “request”request(request: HttpRequest) -> Awaitable[HttpResponse]Start one HTTP request and resolve to an HttpResponse.
Source: src/graphrefly/_facade.py:179