utils library
Enums
- REQUEST_METHODS
- Enum representing the supported HTTP methods.
Functions
-
isMethodCacheble(
REQUEST_METHODS method) → bool - Determines if a given HTTP method should have its responses cached.
-
isMethodNotCacheble(
REQUEST_METHODS method) → bool - Determines if a given HTTP method should NOT have its responses cached.