Skip to content

InvalidRequestLine

[Source]

The request line is not method SP request-target SP HTTP-version CRLF.

Exactly one space separates each component (RFC 9112 §3). A different number of spaces — extra delimiters, or a space inside the request-target — is a framing violation and is rejected here.

primitive val InvalidRequestLine

Constructors

create

[Source]

new val create()
: InvalidRequestLine val^

Returns


Public Functions

string

[Source]

fun box string()
: String iso^

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns