Function wcgi::serve_once
source ยท pub fn serve_once<H: WcgiHandler>(handler: H)Expand description
Serve http requests with the provided handler.
pub fn serve_once<H: WcgiHandler>(handler: H)Serve http requests with the provided handler.