Skip to main content

HttpServerEngine

Trait HttpServerEngine 

Source
pub trait HttpServerEngine:
    Send
    + Sync
    + 'static {
    type Router: Send + 'static;
}
Expand description

Pluggable HTTP engine (NestJS “platform agnostic” idea). Only AxumHttpEngine is implemented today.

Required Associated Types§

Source

type Router: Send + 'static

Implementors§