# Functions
No description provided by the author
ParseEncoding will extract the right encoding for response the Accept-Encoding's sec is here: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3.
WriteBody reads writes content to writer by the specific encoding(gzip/deflate).
WriteFile reads from file and writes to writer by the specific encoding(gzip/deflate).