Skip to content

HandshakeInvalidHTTP

[Source]

The HTTP request line was malformed or not a GET request.

primitive val HandshakeInvalidHTTP is
  Stringable box

Implements


Constructors

create

[Source]

new val create()
: HandshakeInvalidHTTP val^

Returns


Public Functions

string

[Source]

Returns a human-readable description of this error.

fun box string()
: String iso^

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns