Enumeration
URLEncodedFormDecoder.Configuration.DateDecodingStrategy
Supported date formats
enum DateDecodingStrategy
Topics
Enumeration Cases
URLEncodedFormDecoder.Configuration.DateDecodingStrategy.custom(_:)Invokes a custom callback to decode values when a date is requested.URLEncodedFormDecoder.Configuration.DateDecodingStrategy.iso8601Decodes ISO-8601 formatted date strings.URLEncodedFormDecoder.Configuration.DateDecodingStrategy.secondsSince1970Decodes integer or floating-point values expressed as seconds since the UNIX epoch (1970-01-01 00:00:00.000Z).
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype