##// END OF EJS Templates
Added signatures to the GET response. Added a view to get a full post response for one post. Don't show post key as it is present in the XML post view. Changed key display format
Added signatures to the GET response. Added a view to get a full post response for one post. Don't show post key as it is present in the XML post view. Changed key display format

File last commit:

r791:75a3948b decentral
r837:fbeaaa16 decentral
Show More
response_versionmismatch.xml
11 lines | 443 B | application/xml | XmlLexer
/ docs / samples / response_versionmismatch.xml
<?xml version="1.1" encoding="UTF-8" ?>
<response>
<status>error</status>
<!--
The detail field reply cases are limited. They are optional to
check, so the implementation can check the status, see 'error' and
just drop the response and not check the details. This is the main
reason detail was split to another field.
-->
<status-detail>protocol version mismatch</status-detail>
</response>