Package pyGlobus :: Module io :: Class GSIHTTP
[show private | hide private]
[frames | no frames]

Class GSIHTTP

HTTP --+
       |
      GSIHTTP


Method Summary
  __init__(self, host, port)
Provide a default host, since the superclass requires one.
    Inherited from HTTP
  close(self)
  connect(self, host, port)
Accept arguments to set the host/port, since the superclass doesn't.
  getfile(self)
Provide a getfile, since the superclass' does not use this concept.
  getreply(self)
Compat definition since superclass does not define it.
  putheader(self, header, *values)
The superclass allows only one value argument.
  _setup(self, conn)

Class Variable Summary
    Inherited from HTTP
int debuglevel = 0                                                                     
int _http_vsn = 10                                                                    
str _http_vsn_str = 'HTTP/1.0'

Method Details

__init__(self, host='', port=None, tcpAttr=None, **x509)
(Constructor)

Provide a default host, since the superclass requires one.
Overrides:
httplib.HTTP.__init__ (inherited documentation)

Generated by Epydoc 2.0 on Mon Oct 13 13:47:23 2003 http://epydoc.sf.net