Structurevapor 4.114.1Vapor
Server
Application+HTTP+Server.swift:14struct Server
struct Server
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 HTTP
final class Application
Core type representing a Vapor application.
let application: Application
var client: Client { get }
var server: Server { get }
struct Client
protocol Sendable
var configuration: HTTPServer.Configuration { get nonmutating set }
The configuration for the HTTP server.
var shared: HTTPServer { get }