anz-bank / sysl-go

Communication library used by SYSL-generated code written in Go.
Apache License 2.0
10 stars 14 forks source link

Render image content type for Upstream #164

Closed suipinglu closed 4 years ago

suipinglu commented 4 years ago

Hi everyone,

BFF needs to support serving images for UI, currently having issues for rendering that.

The request for downstream does not seem like support content type image for the moment as well

Also, seems like the reponse handling need some supports as well: Need 'image' for contentType support

Cheers, Ping