# Functions
NewDecompressionReader will return a new reader transparently doing decompression of GZip, BZip2, XZ, and ZStd.
Open will fetch address addr using the given options.
WithBackoff will set the backoff strategy for the fetch operation.
WithTimeout will set the timeout duration for the fetch operation.
# Variables
DefaultBackOff is the default backoff strategy for fetching the URL.
DefaultTimeout is the default timeout for fetching the URL.
# Type aliases
Option is an option for opening a URL.