Skip to content

StreamingStarted

[Source]

Returned by RequestHandler.start_streaming() on success.

Indicates that chunked streaming has begun. The handler should proceed to send chunks via RequestHandler.send_chunk() and signal completion with RequestHandler.finish().

primitive val StreamingStarted

Constructors

create

[Source]

new val create()
: StreamingStarted val^

Returns


Public Functions

eq

[Source]

fun box eq(
  that: StreamingStarted val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: StreamingStarted val)
: Bool val

Parameters

Returns