LocalHttpStreamDriver
LocalHttpStreamDriver
Section titled “LocalHttpStreamDriver”Kind: class
Source: src/graphrefly/_facade.py:184
Description
Section titled “Description”Host-owned streaming HTTP driver used by from_sse.
Methods
Section titled “Methods”stream
Section titled “stream”stream(request: HttpRequest) -> AsyncIterable[HttpStreamDriverEvent]Start one HTTP stream and yield normalized stream events.
Source: src/graphrefly/_facade.py:187