Skip to content

feature request: support for JSON streaming (application/x-ndjson) #3755

@salisbury-espinosa

Description

@salisbury-espinosa

Description

Unlike a standard application/json response that returns a single JSON object or a complete array, an application/x-ndjson response streams individual JSON objects separated by newline characters ( \n ).
This allows clients to process data incrementally without waiting for the entire payload to download, which is common in logs, real-time events, or LLM (Large Language Model) streaming responses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature 🚀Feature request.vote 📩React to indicate interest or agreement.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions