Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

For POST/PUT should body be part of the cache key? #5

Description

@pedroreys

I noticed that only the method + uri is used as the cache key.

While this make perfect sense for safe methods such as GET and HEAD, it can be surprising if you make more than one POST PUT request in the same session with different body contents. Is that by design? Or should the body be part of the cache key for those methods?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions