Hi there,
I am currently developing a HTTP server.
When a client requests a PNG, my response headers are properly formatted and respond with Content-Type : image/png
What steps and encoding processes do I have to perform on my .png file to send it as a byte[] in the http response body?
Thanks!