# Functions
Fetch fetches the given apiObject from the public Constellation CDN.
FetchAndVerify fetches the given apiObject, checks if it can fetch an accompanying signature and verifies if the signature matches the found object.
NewHTTPClient returns a new http client.
# Structs
NotFoundError is an error that is returned when a resource is not found.
# Interfaces
HTTPClient is an interface for http clients.