Skip to content

InvalidFieldName

[Source]

A header or trailer field name is not a valid token.

The name must be 1*tchar (RFC 9110 §5.6.2, RFC 9112 §5.1). Rejected: a non-token character, interior whitespace, whitespace between the name and the colon, an empty name, or a missing colon.

primitive val InvalidFieldName

Constructors

create

[Source]

new val create()
: InvalidFieldName val^

Returns


Public Functions

string

[Source]

fun box string()
: String iso^

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns