Return a base64 string after hooking into the middleware #180
-
I am using the Azure Blob and Cache providers and would like to know if there is a way I can hook into the middleware to retrieve an image and hit the cache if applicable so that I can then take this image and return it as base64? I looked at implementing custom providers and I can see how to do it but obviously any provider implementing I need to return a base64 string, but would like to make use of any existing cached image objects to avoid the extra processing? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 3 replies
-
I’m afraid it’s simply not designed for that. Tbh I’m not sure what the possible use case would be either? |
Beta Was this translation helpful? Give feedback.
I’m afraid it’s simply not designed for that.
Tbh I’m not sure what the possible use case would be either?