API GW: Binary Media Support and Content Encoding
// request If the specified content-type header is listed/ matched under BinaryMediaTypes, the payload is accepted and transformed based on the ContentHandling. Otherwise, a 415 unsupported media type is returned. // response If the specified Accept header is listed/ matched under BinaryMediaTypes, the binary data will be returned after the ContentHandling transformation. // base64 Note that base64 encoded data is…
Read More »