http请求为什么每次都会访问一次"/"这里的函数处理

yqchilde · · 962 次点击
别用浏览器测试,会产生额外的请求,比如/favicon.ico(由于你没设定这个pattern所以会匹配到'/'), 打开网络控制台就看得到。 // Note that since a pattern ending in a slash names a rooted subtree, // the pattern "/" matches all paths not matched by other registered // patterns, not just the URL with Path == "/". 可以用curl或postman之类代替。
#1
更多评论
谢谢你的回复,我理解了
#2
应该是不能用浏览器测试的原因吧! www.tgz.com 糖果站 为您专业解答APP难题。
#3