Structurevapor 4.106.2Vapor
Client
Application+HTTP+Client.swift:18struct Client
struct Client
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 Server
var configuration: HTTPClient.Configuration { get nonmutating set }
var shared: HTTPClient { get }