Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

URLEncoding_BoolEncoding

mattt edited this page Sep 18, 2020 · 2 revisions

URLEncoding.BoolEncoding

Configures how Bool parameters are encoded.

public enum BoolEncoding

Enumeration Cases

numeric

Encode true as 1 and false as 0. This is the default behavior.

case numeric

literal

Encode true and false as string literals.

case literal
Types
Protocols
Global Typealiases
Clone this wiki locally