pub fn start_web_server()
Start the file web server.
use corn::start_web_server; fn main() { println!("Hello, world!"); start_web_server() }