Skip to content

feat: Support POST and other methods with body hashing #13

@msalinas92

Description

@msalinas92

Allow caching of HTTP methods like POST or PUT, using a hash of the request body as part of the cache key.

Acceptance Criteria:

  • Configurable via YAML (e.g., cacheable_methods).
  • Optional size threshold to avoid large payloads.
  • Compatible with LRU memory and persistent backends.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions