erlendv
erlendv
Adds support for binary data in requests and responses. https://github.com/openfaas/templates/issues/159 ## Description Added IResponse.setBody(byte[]), IResponse.getBodyData() and implemented them in Response Added IRequest.getInputStream() and implemented it in Request Changed entrypoint App...
The IResponse interface only have a setBody()/getBody() that works with strings. The entrypoint (com.openfaas.entrypoint.App) also tries to encode the body to UTF-8 when converting to bytes to write to the...
**Is your feature request related to a problem? Please describe.** Im doing a small project building and audio-streamer into a retro speaker. It contains a rpi zero with a justboom...