Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: create a HTTP::Response object from a raw buffer?

by jdporter (Paladin)
on Mar 31, 2003 at 15:06 UTC ( [id://246943]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      use Net::HTTP::NB;
      my $s = Net::HTTP::NB->new( Host => 'www.perlmonks.org' );
      $s->write_request( GET => "/" );
      my( $code, $msg, %headers ) = $s->read_response_headers;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://246943]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-03-28 18:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found