Skip to content

HandshakeAcceptKeyFailed

[Source]

The Sec-WebSocket-Accept value could not be computed.

The request was well formed; the SHA-1 the accept value is built from could not be taken. A server that reports this answers 500 rather than 400, because nothing about the client's request was wrong.

primitive val HandshakeAcceptKeyFailed is
  Stringable box

Implements


Constructors

create

[Source]

new val create()
: HandshakeAcceptKeyFailed 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: HandshakeAcceptKeyFailed val)
: Bool val

Parameters

Returns


ne

[Source]

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

Parameters

Returns