##// END OF EJS Templates
Simplified request format. Now request type and version are in the root tag,...
Simplified request format. Now request type and version are in the root tag, so the unsupported requests won't be parsed

File last commit:

r779:be6e741d decentral
r779:be6e741d decentral
Show More
request_get.xml
8 lines | 163 B | application/xml | XmlLexer
neko259
Simplified request format. Now request type and version are in the root tag,...
r779 <request version="1" type="get">
<type>get</type>
<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>