LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-sdkstreamtransportsync_http
    Module●Since v0.3

    sync_http

    Functions

    Classes

    View source on GitHub
    function
    build_event_stream_body
    class
    BytesLineDecoder

    Handles incrementally reading lines from text.

    Has the same behaviour as the stdllib bytes splitlines, but handling the input iteratively.

    class
    SSEDecoder
    class
    SyncEventStreamHandle

    Handle for one sync filtered event stream.

    class
    SyncProtocolSseTransport

    Sync v3 protocol transport bound to one thread id.

    Synchronous HTTP/SSE transport for the v3 thread-centric protocol.