(req *http.Request)
| 405 | } |
| 406 | |
| 407 | func wantsPermanode(req *http.Request) bool { |
| 408 | return httputil.IsGet(req) && blob.ValidRefString(req.FormValue("p")) |
| 409 | } |
| 410 | |
| 411 | func wantsBlobInfo(req *http.Request) bool { |
| 412 | return httputil.IsGet(req) && blob.ValidRefString(req.FormValue("b")) |
no test coverage detected