pub fn create_server(request_listener: Option<Value>) -> Value
Build an HTTP server: a net.Server whose per-connection hook wires up the request parser and remembers the requestListener.
net.Server
requestListener