Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Custom User Defined Headers to be included in Cache #266

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

an-d-uu
Copy link

@an-d-uu an-d-uu commented Dec 30, 2021

Added code to include custom headers that you define in the CacheOutput to be included in the caching of response data. If the custom header value changes then the cache is re-evaluated.

[CacheOutput(ClientTimeSpan = 50, ServerTimeSpan = 50, IncludeCustomHeaders = "X-Test-Key"]

Fixes #256

Added code to include custom headers that you define in the CacheOutput to be included in the caching of response data. If the custom header value changes then the cache is re-evaluated.
@an-d-uu an-d-uu changed the title Added Custom User Define Headers to be included in Cache Added Custom User Defined Headers to be included in Cache Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom Headers gets lost in cached server response
1 participant