Skip to content

StartChunkedResponseResult

[Source]

Result of Responder.start_chunked_response(): streaming started, or the reason it did not — HTTP/1.0 does not support chunked transfer encoding, a response was already started or completed, or the connection is closed or closing.

type StartChunkedResponseResult is
  ((StreamingStarted val | AlreadyResponded val | ChunkedNotSupported val | ConnectionClosed val) & _StartChunkedResponseResult val)

Type Alias For