fromHTTP panics with an httputil value on failure
(req *http.Request)
| 388 | |
| 389 | // fromHTTP panics with an httputil value on failure |
| 390 | func (r *ClaimsRequest) fromHTTP(req *http.Request) { |
| 391 | r.Permanode = httputil.MustGetBlobRef(req, "permanode") |
| 392 | r.AttrFilter = req.FormValue("attrFilter") |
| 393 | } |
| 394 | |
| 395 | // SignerPathsRequest is a request to get a SignerPathsResponse. |
| 396 | type SignerPathsRequest struct { |
no test coverage detected