(req *http.Request)
| 386 | } |
| 387 | |
| 388 | func camliMode(req *http.Request) string { |
| 389 | return req.URL.Query().Get("camli.mode") |
| 390 | } |
| 391 | |
| 392 | func wantsBlobRef(req *http.Request) bool { |
| 393 | _, ok := blob.ParseKnown(httputil.PathSuffix(req)) |
no test coverage detected