Enumeration Casevapor 4.114.1Vapor
secondsSince1970
Decodes integer or floating-point values expressed as seconds since the UNIX epoch (1970-01-01 00:00:00.000Z).
case secondsSince1970Decodes integer or floating-point values expressed as seconds since the UNIX epoch (1970-01-01 00:00:00.000Z).
case secondsSince1970s5Vapor21URLEncodedFormDecoderV13ConfigurationV20DateDecodingStrategyO16secondsSince1970yA2GmF What are these?NVK2import VaporVapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
enum DateDecodingStrategySupported date formats
struct URLEncodedFormDecoderDecodes instances of Decodable types from application/x-www-form-urlencoded data.
struct ConfigurationEcapsulates configuration options for URL-encoded form decoding.
case iso8601Decodes ISO-8601 formatted date strings.
case custom((Decoder) throws -> Date)Invokes a custom callback to decode values when a date is requested.