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 66f90bb commit 772a532Copy full SHA for 772a532
README.md
@@ -93,7 +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>
97
<DATA><KEYS><![CDATA[$KeyStream$]]></KEYS><DATE>$Date$</DATE></DATA>
98
+</myxml>
99
100
### Tested on:
101
0 commit comments