Instance Methodvapor 4.106.2Vapor
use(_:)
Application+Views.swift:55func use(_ provider: Provider)
func use(_ provider: 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 Views
final class Application
Core type representing a Vapor application.
struct Provider
var plaintext: PlaintextRenderer { get }
@preconcurrency func use(_ makeRenderer: @escaping (Application) -> (ViewRenderer))