URL returns the actual URL of the request
()
| 114 | |
| 115 | // URL returns the actual URL of the request |
| 116 | func (r *Request) URL() *url.URL { |
| 117 | return r.request.URL |
| 118 | } |
| 119 | |
| 120 | // checkPartialContentResponse if the response is a partial content response, |
| 121 | // we check if it contains the entire image. |
no outgoing calls