Table of Contents

Constructor HttpServer

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

HttpServer(HttpServerConfiguration)

Creates a new default configuration HttpServer instance with the given Route and server configuration.

public HttpServer(HttpServerConfiguration configuration)

Parameters

configuration HttpServerConfiguration

The configuration object of the server.