LWP::Conn::HTTP beginning to support the TE header.
I believe the 'TE' header is added by LWP (the Perl library that WebInject uses for HTTP transport).
这个是Net::HTTP模块的,用起来比LWP麻烦多了,实在不想用
$s->send_te
Get/set the a value indicating if the request will be sent with a "TE" header to indicate the transfer encodings that the server can chose to use. If the Compress::Zlib module is installed then this will annouce that this client accept both the deflate and gzip encodings.