##// END OF EJS Templates
Added xml headers to the get response and request
Added xml headers to the get response and request

File last commit:

r779:be6e741d decentral
r781:d0e6e545 decentral
Show More
request_pull.xml
22 lines | 508 B | application/xml | XmlLexer
neko259
Renamed sync to pull in request and response
r777 <?xml version="1.1" encoding="UTF-8" ?>
neko259
Simplified request format. Now request type and version are in the root tag,...
r779 <request version="3" type="pull">
<model>post</model>
<filter>
<version>3</version>
<timestamp_from>0</timestamp_from>
<timestamp_to>0</timestamp_to>
<tags>
<tag>tag1</tag>
</tags>
</filter>
<hosts>
<allow>
<host>*</host>
</allow>
<deny></deny>
<pools>
<pool>test1</pool>
<pool>test2</pool>
</pools>
</hosts>
neko259
Renamed sync to pull in request and response
r777 </request>