goweb icon indicating copy to clipboard operation
goweb copied to clipboard

Lightweight web framework based on net/http.

Results 2 goweb issues
Sort by recently updated
recently updated
newest added

using localhost avoids windows security alerts on run https://stackoverflow.com/questions/55201561/golang-run-on-windows-without-deal-with-the-firewall

http://localhost:8080/hello/xx/ return {"message":"Page Not Found"} but http://localhost:8080/hello/ return {"hello":""}