Skip to main content

create_server

Function create_server 

Source
pub fn create_server(request_listener: Option<Value>) -> Value
Expand description

Build an HTTP server: a net.Server whose per-connection hook wires up the request parser and remembers the requestListener.