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
decode(_:)Parse aContentobject from the container.decode(_:using:)encode(_:)Serialize aContentobject to the container.encode(_:using:)get(_:at:)Fetch a singleDecodablevalue at the supplied keypath in this container.
Subscripts
subscript(_:)Legacy alias forsubscript(_:at:).subscript(_:at:)Fetch a singleDecodablevalue at the supplied keypath in the container.