Edgewall Software

Changes between Version 11 and Version 12 of Master Slave Protocol Http


Ignore:
Timestamp:
Aug 3, 2007, 6:45:21 PM (17 years ago)
Author:
cmlenz
Comment:

Updated protocol description for changes in trunk

Legend:

Unmodified
Added
Removed
Modified
  • Master Slave Protocol Http

    v11 v12  
    109109{{{
    110110#!xml
    111 PUT /builds/trunk/123/steps/test/ HTTP/1.1
     111POST /builds/trunk/123/steps/ HTTP/1.1
    112112Host: example.org
    113113Cookie: slave=lamech
     
    115115Content-Length: 666
    116116
    117 <result status="success" started="2005-06-29T16:41:53" duration="7.61">
     117<result step="test" status="success" started="2005-06-29T16:41:53" duration="7.61">
    118118  ...
    119119</result>
     
    137137{{{
    138138#!xml
    139 PUT /builds/trunk/123/files/foobar-r123.tar.gz HTTP/1.1
     139POST /builds/trunk/123/files/ HTTP/1.1
    140140Host: example.org
    141141Cookie: slave=lamech
    142 Content-Type: application/tar
    143 Content-Encoding: gzip
     142Content-Type: multipart/form-data
    144143Content-Length: 666
    145144