diff options
Diffstat (limited to 'external/restclient/README.md')
-rw-r--r-- | external/restclient/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/external/restclient/README.md b/external/restclient/README.md new file mode 100644 index 0000000..aa95b6f --- /dev/null +++ b/external/restclient/README.md @@ -0,0 +1,7 @@ +# Rest client for C++
+Modified from [mrtazz/restclient-cpp](https://github.com/mrtazz/restclient-cpp).
+
+## Changes:
+
+ - Added `CURL_FOLLOWURL` option.
+ - Flattened source & includes in one directory.
|