fromHTTP panics with an httputil value on failure
(req *http.Request)
| 400 | |
| 401 | // fromHTTP panics with an httputil value on failure |
| 402 | func (r *SignerPathsRequest) fromHTTP(req *http.Request) { |
| 403 | r.Signer = httputil.MustGetBlobRef(req, "signer") |
| 404 | r.Target = httputil.MustGetBlobRef(req, "target") |
| 405 | } |
| 406 | |
| 407 | // EdgesRequest is a request to get an EdgesResponse. |
| 408 | type EdgesRequest struct { |
no test coverage detected