Implement http compression for post data
问题 I understand there is little or no standard for implementing gzip compression for data transfers to a webserver (as opposed to the standardized option available for the response). But I'm curious what would be the direction to go if I did want to do my own implementation of this this at the server level. Is this something a custom module for IIS could handle? 来源: https://stackoverflow.com/questions/16822295/implement-http-compression-for-post-data