Class
HTTPServer
final class HTTPServer
Topics
Structures
struct ConfigurationEngine server config struct.
Initializers
Instance Properties
var configuration: HTTPServer.ConfigurationThe configuration for the HTTP server.var localAddress: SocketAddress?var onShutdown: EventLoopFuture<Void>
Instance Methods
func shutdown()Shut the server down.func start(address:)Start the server with the specified address.
Relationships
Conforms To
ServerSwift.SendableSwift.SendableMetatype