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

URLEncodedFormEncoder_BoolEncoding

mattt edited this page Sep 18, 2020 · 2 revisions

URLEncodedFormEncoder.BoolEncoding

Encoding to use for Bool values.

public enum BoolEncoding

Enumeration Cases

numeric

Encodes true as 1, false as 0.

case numeric

literal

Encodes true as "true", false as "false". This is the default encoding.

case literal
Types
Protocols
Global Typealiases
Clone this wiki locally