We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772a532 commit 14c1facCopy full SHA for 14c1fac
README.md
@@ -93,9 +93,9 @@ wine ~/.wine/drive_c/Python27/python -m pip install requests
93
To avoid issues with the HTTP stream sending to be used as XML or JSON (in case it contains special charecters), the data can be encoded in Base64
94
95
Here is an example of post data format that can be used for XML:
96
-<myxml>
+```xml
97
<DATA><KEYS><![CDATA[$KeyStream$]]></KEYS><DATE>$Date$</DATE></DATA>
98
-</myxml>
+```
99
100
### Tested on:
101
0 commit comments