Paul Holder wrote:
> 
>     The previous topic on LWP::UserAgent begs the question of
>     class information for the UserAgent.
> 
>     For example what other arguments can be passed to 'header' object?
> 
>     Any documentation pointers would be welcome.

Not sure exactly what you are asking, but I would think any valid HTTP
header.  From HTTP::Headers module (a list of headers in the order they
are processed):

my @header_order = qw(
    Cache-Control Connection Date Pragma Transfer-Encoding Upgrade Trailer Via

    Accept Accept-Charset Accept-Encoding Accept-Language
    Authorization Expect From Host
    If-Modified-Since If-Match If-None-Match If-Range If-Unmodified-Since
    Max-Forwards Proxy-Authorization Range Referer TE User-Agent

    Accept-Ranges Age Location Proxy-Authenticate Retry-After Server Vary
    Warning WWW-Authenticate

    Allow Content-Base Content-Encoding Content-Language Content-Length
    Content-Location Content-MD5 Content-Range Content-Type
    ETag Expires Last-Modified
);

-- 
   ,-/-  __      _  _         $Bill Luebkert   ICQ=162126130
  (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED]
   / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to