StartChunkedResponseResult¶
Result of calling Responder.start_chunked_response(): indicates whether
streaming was started, was rejected because HTTP/1.0 doesn't support chunked
transfer encoding, or was rejected because a response was already in progress.
type StartChunkedResponseResult is
((StreamingStarted val | AlreadyResponded val | ChunkedNotSupported val) & _StartChunkedResponseResult val)
Type Alias For¶
- ((StreamingStarted val | AlreadyResponded val | ChunkedNotSupported val) & _StartChunkedResponseResult val)