pub fn run<S: HttpService>(s: S)
Expand description
Run the given HttpService
on the default runtime, using lambda_http
as
backend.
pub fn run<S: HttpService>(s: S)
Run the given HttpService
on the default runtime, using lambda_http
as
backend.