Function wcgi::serve_once

source ยท
pub fn serve_once<H: WcgiHandler>(handler: H)
Expand description

Serve http requests with the provided handler.