Instance Methodvapor 4.106.2Vapor
use(_:)
Application+Views.swift:59@preconcurrency func use(_ makeRenderer: @escaping (Application) -> (ViewRenderer))
@preconcurrency func use(_ makeRenderer: @escaping (Application) -> (ViewRenderer))
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.
protocol ViewRenderer
var plaintext: PlaintextRenderer { get }
func use(_ provider: Provider)
struct Provider