Skip to content

InvalidChunk

[Source]

A chunk-size line is malformed.

The chunk-size must be 1*HEXDIG (RFC 9112 ยง7.1). Rejected: a non-hex chunk size, garbage after the size, an empty size line, or a missing CRLF after the chunk data. (Forbidden bytes in a chunk extension are InvalidChunkExtension; a bare CR or LF in a chunk line is BareCRLF.)

primitive val InvalidChunk

Constructors

create

[Source]

new val create()
: InvalidChunk val^

Returns


Public Functions

string

[Source]

fun box string()
: String iso^

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns