You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does async-http-client supports sending compressed(compression does by algo mentioned in header 'content-encoding') request to server ?
Can you share the code snippet how to add the support of request compression?
The text was updated successfully, but these errors were encountered:
You can manually compress the content. Because as of now, automatic compression is not possible. But I'll add this into backlog features which will be implemented in future.
Hi,
Does async-http-client supports sending compressed(compression does by algo mentioned in header 'content-encoding') request to server ?
Can you share the code snippet how to add the support of request compression?
The text was updated successfully, but these errors were encountered: