I have a <Wire> question. We're attempting to use ...
# squarelibraries
n
I have a Wire question. We're attempting to use the WireConverterFactory send protobufs over REST to our backend. We're getting a content type
'application/x-protobuf' not supported
. Our backend team is only supporting
protobuf
, rather than
x-protobuf
content types. Is there any way to use this converter factory with protobuf content types?