ruby/lib/xmlrpc
mneumann c88ad2a387 class XMLRPC::Client:
* added attr_accessor :http_header_extra that can be used to add extra lines in
  HTTP header.

* added attr_accessor :cookie - shortcut for setting/getting cookies

* added attr_accressor :http_last_response that holds the last HTTP response.
  Usefull when needed to extract information from HTTP header (e.g. cookies,
  keep alive...)


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-11-17 21:30:31 +00:00
..
base64.rb * lib/xmlrpc: import. 2003-07-19 10:05:54 +00:00
client.rb class XMLRPC::Client: 2003-11-17 21:30:31 +00:00
config.rb * lib/xmlrpc: import. 2003-07-19 10:05:54 +00:00
create.rb * lib/xmlrpc: import. 2003-07-19 10:05:54 +00:00
datetime.rb * lib/xmlrpc: import. 2003-07-19 10:05:54 +00:00
httpserver.rb * lib/xmlrpc: import. 2003-07-19 10:05:54 +00:00
marshal.rb * lib/xmlrpc: import. 2003-07-19 10:05:54 +00:00
parser.rb fixed CDATA parsing for XMLScanParser and REXMLStreamParser 2003-11-11 13:08:16 +00:00
server.rb applied patch by OHARA Shigeki: 2003-10-07 11:22:16 +00:00
utils.rb * gc.c (id2ref): recycle check should be done by klass == 0. 2003-08-14 17:20:14 +00:00