Structurevapor 4.114.1Vapor
Provider
Application+Servers.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 Servers
final class Application
Core type representing a Vapor application.
var asyncCommand: ServeCommand { get async }
var command: ServeCommand { get }
@preconcurrency func use(_ makeServer: @escaping (Application) -> (Server))
func use(_ provider: Provider)
@preconcurrency init(_ run: @escaping (Application) -> ())
static var http: Self { get }