Re[2]: httplib question

2004-11-29 Thread Laszlo Zsolt Nagy
Hello Stuart, Monday, November 29, 2004, 8:59:57 PM, you wrote: > Laszlo, > The "request" method call expects a "body" parameter that defaults to None > as the 3rd method parameter. You will either need to pass in an empty > string as the body parameter, or assign the headers property by named

httplib question

2004-11-29 Thread Laszlo Zsolt Nagy
Hello, This is from the docs, from section 11.6.1 (HTTPConnection Objects) HTTPConnection instances have the following methods: request( method, url[, body[, headers]]) [.] The headers argument should be a mapping of extra HTTP headers to send with the request. AFAIK the only standard map