Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] handling compressed content in request body

Hello,

Wanted to check if there is any standard way to handle 'compressed content' in the request body.
I mean - would Jetty automatically handle decompressing the request body?

I can achieve this via custom filter which decompresses the request body based on the request headers. But wanted to check if there is a standard way to do this.

Thanks
Vinay

Back to the top