Replies: 2 comments 5 replies
-
You can define response headers inside the action via |
Beta Was this translation helpful? Give feedback.
2 replies
-
Yes, I'm using the meta to add headers as responses (0.14). What I noticed is that when caching is enabled, these custom headers are not saved along with the body. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys.
I have a project that depends on a header included in the responses of an action. I need to enable a cache for these actions and would like to use Moleculer's native cache feature, but I noticed that Moleculer cache only the response without including the headers.
Is there any option to include the response headers in the cache?
Beta Was this translation helpful? Give feedback.
All reactions