Re: urllib equivalent for HTTP requests

2008-10-13 Thread lkcl
On Oct 8, 7:34 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > > I would like to keep track of that but I realize that py does not have > > a JS engine. :( Anyone with ideas on how to track these items or yep. > What you can't do though is to get the requests that are issued > byJavascript

Re: urllib equivalent for HTTP requests

2008-10-08 Thread Diez B. Roggisch
K schrieb: Hello everyone, I understand that urllib and urllib2 serve as really simple page request libraries. I was wondering if there is a library out there that can get the HTTP requests for a given page. Example: URL: http://www.google.com/test.html Something like: urllib.urlopen('http://w

urllib equivalent for HTTP requests

2008-10-07 Thread K
Hello everyone, I understand that urllib and urllib2 serve as really simple page request libraries. I was wondering if there is a library out there that can get the HTTP requests for a given page. Example: URL: http://www.google.com/test.html Something like: urllib.urlopen('http://www.google.com