deislabs / wagi

Write HTTP handlers in WebAssembly with a minimal amount of work
Apache License 2.0
889 stars 45 forks source link

feature request: Add protocol to "serving on" console output #169

Closed bketelsen closed 2 years ago

bketelsen commented 2 years ago

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);