Protocolvapor 4.114.1Vapor
URLQueryDecoder
URLQueryCoders.swift:1protocol URLQueryDecoder : Sendable
Browse conforming typesprotocol URLQueryDecoder : Sendable
import Vapor
Vapor 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.
protocol Sendable
func decode<D>(_ decodable: D.Type, from url: URI) throws -> D where D : Decodable
func decode<D>(_ decodable: D.Type, from url: URI, userInfo: [CodingUserInfoKey : Sendable]) throws -> D where D : Decodable
func decode<D>(_ decodable: D.Type, from url: URI, userInfo: [CodingUserInfoKey : Sendable]) throws -> D where D : Decodable