Skip to content

PercentDecode

[Source]

Decode all percent-encoded sequences in the input.

Does NOT decode + as space — that convention belongs to application/x-www-form-urlencoded (handled by ParseQueryParameters), not RFC 3986 percent-encoding.

primitive val PercentDecode

Constructors

create

[Source]

new val create()
: PercentDecode val^

Returns


Public Functions

apply

[Source]

fun box apply(
  input: String val)
: (String val | InvalidPercentEncoding val)

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns