Merge pull request #4810 from konidev20/fix-gh-4768-add-custom-user-agent-for-http-client

Allow custom User-Agent to be specified for outgoing requests
This commit is contained in:
Michael Eischer
2024-05-30 16:34:52 +00:00
committed by GitHub
6 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Allow custom User-Agent to be specified for outgoing requests
Restic now permits setting a custom `User-Agent` for outgoing HTTP requests
using the global flag `--http-user-agent` or the `RESTIC_HTTP_USER_AGENT`
environment variable.
https://github.com/restic/restic/issues/4768
https://github.com/restic/restic/pull/4810