On Tue, Nov 8, 2016 at 6:03 PM, George Neuner > wrote:
> Hi David,
>
> HTTP is printable characters only. In general you need to do something
> like base64 encode raw byte data to get it across in any kind JSON wrapping.
>
>
> I'm not messing with XML, but I use the following for binary imagery:
Hi David,
HTTP is printable characters only. In general you need to do something
like base64 encode raw byte data to get it across in any kind JSON wrapping.
I'm not messing with XML, but I use the following for binary imagery:
(send/back
(if success
; succeeded
(
I'm still working with the protocol-buffers code in (planet
murphy/protobuf). I want the web server to return a deserialized protocol
buffer struct, then have the client deserialize it. I cannot make this
work, and the problem is clearly due to the data being mangled by
retrieving it from the HTT
3 matches
Mail list logo