The property type (e.g., Record<string, string>)
The property type (e.g., Record<string, string>)
Check if a property exists globally or for a specific method.
Property key to check
Optionalmethod: stringOptional HTTP method to check method-specific value
True if the property exists
Remove multiple properties globally or for a specific method.
Array of property keys to remove
Optionalmethod: stringOptional HTTP method for method-specific removal
Generic store for request properties (headers, params).
Handles CRUD operations, method-specific overrides, and merging for requests. This class is used internally by FetchEngine to manage both headers and params with a unified API.
Properties are resolved in order:
Example