Table of Contents

Constructor HttpServer

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

HttpServer()

Creates an new HttpServer instance with no predefined configuration.

public HttpServer()

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.