http - Using "Content-Encoding":"GZIP" -
i want send large amount of json on http sever.
if use "content-encoding":"gzip" in httpclient, automatically convert request body compressed format?
if automatically this, 100% dependent on http client using , if implemented way. setting header not automatically encode it, @ least in clients regularly use.
Comments
Post a Comment