Re: [Tutor] Passing headers with httplib

2010-04-16 Thread Ray Parrish
Ray Parrish wrote: Hello, I am trying to figure out how to send cookie data with an httplib request command. Here is what the doc says - request( method, url[, body[, headers]]) This will send a request to the server using the HTTP request method method and the selector url. If the b

[Tutor] Passing headers with httplib

2010-04-15 Thread Ray Parrish
Hello, I am trying to figure out how to send cookie data with an httplib request command. Here is what the doc says - request( method, url[, body[, headers]]) This will send a request to the server using the HTTP request method method and the selector url. If the body argument is pres