Structurevapor 4.114.1Vapor
Provider
Application+Clients.swift:16struct Provider
struct Provider
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.
struct Clients
final class Application
Core type representing a Vapor application.
let application: Application
@preconcurrency func use(_ makeClient: @escaping (Application) -> (Client))
func use(_ provider: Provider)
@preconcurrency init(_ run: @escaping (Application) -> ())
static var http: Self { get }