Example: web.remove_auto_header
The following example stops scripts from adding the Accept–Encoding header to subsequent HTTP requests. It continues to generate implicit headers.
web.add_auto_header("Accept–Encoding", "gzip"); web.remove_auto_header("User–Agent", new String[]{"ImplicitGen=Yes", "LAST"});