How can I make a "keep alive" HTTP request using Python's urllib2?
|
|
Use the urlgrabber library. This includes an HTTP handler for urllib2 that supports HTTP 1.1 and keepalive:
|
||||
|
|
|
This handler might work. Look to the main introductory comment for usage details. |
||
|
|
