Hey Joe!

I don't know the answer, but I would try Apache Jersey mailing list or 
Stack Overflow for an answer.
This is not really a Dropwizard-specific question.

Best.

On Sunday, May 8, 2016 at 3:12:40 AM UTC+2, Joe Mifsud wrote:
>
> Is it possible to disable gzip encoding on a single request from a 
> (Jersey) dropwizard client?
>
>         Response response = 
> this._baseTarget.path(String.format("resources/%s.json", resourceId))
>                 .request(MediaType.APPLICATION_JSON_TYPE)
>                 .put(Entity.entity(body, MediaType.APPLICATION_JSON_TYPE));
>
>
> I'm aware of the jerseyClient / gzipEnabledForRequests flag.  I'd like to 
> keep this to true and manually turn it off for a few requests.  Is this 
> possible?
>
> Thanks,
> Joe Mifsud
>

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to