# Functions
IsGitHubTarballRequest returns whether the request is a GitHub Enterprise tarball download request.
RewriteGitHubTarballRequest rewrites the GitHub tarball request to use the right subdomain, if necessary.
# Constants
AzureDevOps represents Azure DevOps Repos VCS vendor.
BitbucketDatacenter represents Bitbucket Datacenter VCS vendor.
GitHubEnterprise represents self-hosted GitHub Enterprise VCS vendor.
GitLab represents self-hosted GitLab VCS vendor.
# Variables
GitHubTarballRegex is a regular expression that matches GitHub Enterprise tarball download requests.
# Interfaces
Strategy is a request validation strategy.
# Type aliases
Vendor represents one of the supported VCS vendors.