Skip to content
PACKAGES

LocalHttpStreamDriver

Kind: class

Source: src/graphrefly/_facade.py:184

Host-owned streaming HTTP driver used by from_sse.

stream(request: HttpRequest) -> AsyncIterable[HttpStreamDriverEvent]

Start one HTTP stream and yield normalized stream events.

Source: src/graphrefly/_facade.py:187