##// END OF EJS Templates
Updated request 'pull' to show how we filter the sender hosts
Updated request 'pull' to show how we filter the sender hosts

File last commit:

r781:d0e6e545 decentral
r783:a07f0217 decentral
Show More
request_get.xml
8 lines | 182 B | application/xml | XmlLexer
neko259
Added xml headers to the get response and request
r781 <?xml version="1.1" encoding="UTF-8" ?>
neko259
Simplified request format. Now request type and version are in the root tag,...
r779 <request version="1" type="get">
<model>post</model>
<filter>
<id>id1/1</id>
<id>id2/56</id>
</filter>
neko259
Changed protocol a bit to be more clear and universal
r778 </request>