Instance Subscriptvapor 4.114.1Vapor

subscript(_:at:)

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

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