Protocol
URLQueryContainer
Helper for encoding and decoding data from an HTTP request query string.
protocol URLQueryContainer
Overview
See query for more information.
Topics
Instance Methods
func decode(_:)Parse aContentobject from the container.func decode<D>(D.Type, using: any URLQueryDecoder) throws -> Dfunc encode(_:)Serialize aContentobject to the container.func encode<E>(E, using: any URLQueryEncoder) throwsfunc get(_:at:)Fetch a singleDecodablevalue at the supplied keypath in this container.
Subscripts
subscript<D>(any CodingKeyRepresentable...) -> D?Legacy alias forsubscript(_:at:)-26w0c.subscript(_:at:)Fetch a singleDecodablevalue at the supplied keypath in the container.