Generates a unique hash for a request based on its URL, method, headers, and body. This hash can be used to identify and track unique requests.
A decorator function that wraps the native fetch API with additional features:
Response type that extends the standard Response with additional properties for data and request hash tracking.
Generates a simple hash from a string using the djb2 algorithm. This is a non-cryptographic hash function suitable for request identification.