[Zope3-checkins]
SVN: Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/README.txt
using Ellipsis for content-length and type infos
Tarek Ziadé
tziade at nuxeo.com
Sun Oct 9 06:23:56 EDT 2005
Log message for revision 38997:
using Ellipsis for content-length and type infos
Changed:
U Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/README.txt
-=-
Modified: Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/README.txt
===================================================================
--- Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/README.txt 2005-10-09 10:23:52 UTC (rev 38996)
+++ Zope3/branches/tziade_xmlintrospection/src/zope/app/xmlrpcintrospection/README.txt 2005-10-09 10:23:56 UTC (rev 38997)
@@ -84,9 +84,7 @@
... </methodCall>
... """)
HTTP/1.0 200 Ok
- Content-Length: 208
- Content-Type: text/xml;charset=utf-8
- <BLANKLINE>
+ ...
<?xml version='1.0'?>
<methodResponse>
<params>
@@ -140,9 +138,7 @@
... </methodCall>
... """, handle_errors=False)
HTTP/1.0 200 Ok
- Content-Length: ...
- Content-Type: text/xml...
- <BLANKLINE>
+ ...
<?xml version='1.0'?>
<methodResponse>
<params>
@@ -190,9 +186,7 @@
... </methodCall>
... """, handle_errors=False)
HTTP/1.0 200 Ok
- Content-Length: ...
- Content-Type: text/xml...
- <BLANKLINE>
+ ...
<?xml version='1.0'?>
<methodResponse>
<params>
@@ -288,9 +282,7 @@
... </methodCall>
... """, handle_errors=False)
HTTP/1.0 200 Ok
- Content-Length: 327
- Content-Type: text/xml;charset=utf-8
- <BLANKLINE>
+ ...
<?xml version='1.0'?>
<methodResponse>
<params>
@@ -324,9 +316,7 @@
... </methodCall>
... """, handle_errors=False)
HTTP/1.0 200 Ok
- Content-Length: 267
- Content-Type: text/xml;charset=utf-8
- <BLANKLINE>
+ ...
<?xml version='1.0'?>
<methodResponse>
<params>
More information about the Zope3-Checkins
mailing list