Skip to content

BodyNotNeeded

[Source]

Returned by Context.start_streaming() when the request is HEAD.

The framework has already sent a headers-only response. The handler should not start a producer — there is no stream to write to.

primitive val BodyNotNeeded

Constructors

create

[Source]

new val create()
: BodyNotNeeded val^

Returns


Public Functions

eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns