mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
d4aadfa389
This package is no longer needed, since we can use the stdlib's http.NewRequestWithContext. backend/rclone already did, but it needed a different error check due to a difference between net/http and ctxhttp. Also, store the http.Client by value in the REST backend (changed to a pointer when ctxhttp was introduced) and use errors.WithStack instead of errors.Wrap where the message was no longer accurate. Errors from http.NewRequestWithContext will start with "net/http" or "net/url", so they're easy to identify. |
||
---|---|---|
.. | ||
download_unix.go | ||
download_windows.go | ||
download.go | ||
github.go | ||
verify.go |