How to "properly" serve files in response to API requests? #6544
Unanswered
MichaelBonnet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an API that is built off GORM and it works great for stuff like data records. However, I want to serve files themselves (images, zips) in response to API requests. What's the best way to do that? Forgive the noobish question.
Beta Was this translation helpful? Give feedback.
All reactions