2

I can see org.eclipse.jetty.client.GZIPContentDecoder to decompress the compress response but unable to find any encoder to compress the request, is there any way to compress request using jetty Client library?

Vaibhav
  • 169
  • 6

1 Answers1

1

Jetty Client only has ContentDecoder for response decompression, not ContentEncoder for request compression.

I opened an enhancement issue for this feature ...

https://github.com/eclipse/jetty.project/issues/9619

Joakim Erdfelt
  • 46,896
  • 7
  • 86
  • 136