Instance Subscriptvapor 4.106.1Vapor

    subscript(_:at:)

    Fetch a single Decodable value at the supplied keypath in the container.

    URLQueryContainer.swift:57
    subscript<D>(_: D.Type = D.self, at path: CodingKeyRepresentable...) -> D? where D : Decodable { get }
    let name: String? = req.query[at: "user", "name"]

    Other members in extension

    Instance members