You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of the API I'm covering needs to be able to return just bytes. Right now I have something similar to the following:
messageContent {
stringcontent=1;
}
for RPC, that's just fine; the client can unwrap it. However, over HTTP I don't want a wrapping JSON, I only want that content field. Is there a way to specify this in the gateway configuration?