Edgewall Software

Changes between Version 2 and Version 3 of Master Slave Protocol Http


Ignore:
Timestamp:
Jul 23, 2007, 10:55:12 PM (17 years ago)
Author:
cmlenz
Comment:

Corrected URLs

Legend:

Unmodified
Added
Removed
Modified
  • Master Slave Protocol Http

    v2 v3  
    4242#!xml
    4343HTTP/1.1 201 Created
    44 Location: http://example.org/builds/trunk/123/
     44Location: http://example.org/build/trunk/123/
    4545}}}
    4646
     
    6060{{{
    6161#!xml
    62 GET /builds/trunk/123/ HTTP/1.1
     62GET /build/trunk/123/ HTTP/1.1
    6363Host: example.org
    6464Accept: application/x-bitten+xml
     
    9999{{{
    100100#!xml
    101 PUT /builds/trunk/123/steps/test/ HTTP/1.1
     101PUT /build/trunk/123/steps/test/ HTTP/1.1
    102102Host: example.org
    103103
     
    124124{{{
    125125#!xml
    126 PUT /builds/trunk/123/files/foobar-r123.tar.gz HTTP/1.1
     126PUT /build/trunk/123/files/foobar-r123.tar.gz HTTP/1.1
    127127Host: example.org
    128128Content-Type: application/tar