()
| 839 | } |
| 840 | |
| 841 | func (r *request) String() string { |
| 842 | return r.host.Scheme + "://" + r.host.Host + r.path |
| 843 | } |
| 844 | |
| 845 | // sanitizedURL returns the request URL with query parameters and auth (if any) |
| 846 | // sanitized. It is intended for errors and logging, and similar to [internal/cri/util.sanitizeURL]. |
no outgoing calls