many terminals offer clickable links in console output if a protocol can be determined. Adding http:// to the "Ready:" line would allow developers to click on the link when developing locally.
println!("Ready: serving on {}", configuration.http_configuration.listen_on);
many terminals offer clickable links in console output if a protocol can be determined. Adding http:// to the "Ready:" line would allow developers to click on the link when developing locally.