Module server

Module server 

Source
Expand description

An HTTP Server and its supporting types, the toolkit you need to launch your Pavex application.

Check out Server’s documentation for more information.

Structs§

IncomingStream
A stream of incoming connections.
Server
An HTTP server to handle incoming connections for Pavex applications. It handles both HTTP1 and HTTP2 connections.
ServerConfiguration
All the available options for customizing the behaviour of a Server.
ServerHandle
A handle to a running Server.

Enums§

ShutdownMode
Determine how a running Server should shut down.