// Servers *MAY* fetch content that they do not already have cached, for any
// URLs they support
Some assets might be only accessible via username:password (or Personal Access Token) credentials. These are usually stored inside
the .netrc file of the user. bazel-remote can use this file for accessing the protected artifacts
The bazel-remote server can fetch assets:
https://github.com/bazelbuild/remote-apis/blob/main/build/bazel/remote/asset/v1/remote_asset.proto#L90
Some assets might be only accessible via username:password (or Personal Access Token) credentials. These are usually stored inside
the .netrc file of the user. bazel-remote can use this file for accessing the protected artifacts