libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libmicrohttpd] Compressed response object.


From: Christian Grothoff
Subject: Re: [libmicrohttpd] Compressed response object.
Date: Fri, 9 Sep 2016 15:25:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0

Dear Geetha,

Yes, you can totally send compressed objects, just MHD will not do the
compression for you: Your application has to implement the compression
and give MHD the compressed data. You may also have to explicitly set
content-encoding/content-type headers so that the client recognizes the
compression scheme.

Happy hacking!

Christian

On 09/09/2016 03:18 PM, Geetha Shanmugam wrote:
> Hi,
> Is there way to send compressed data via MHD?
> The response is google proto buf compressed object.
> 
> Thanks,
> Geetha
> 

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]