Enumeration Casevapor 4.114.1Vapor
incompatibleFlags
Incompatible flags were used together (for instance, specifying a socket path along with a port)
case incompatibleFlags
Incompatible flags were used together (for instance, specifying a socket path along with a port)
case incompatibleFlags
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.
enum Error
Errors that may be thrown when serving a server
final class ServeCommand
Boots the application’s server. Listens for SIGINT
and SIGTERM
for graceful shutdown.