Browse Source

Updated README

yhirose 6 years ago
parent
commit
10759f0a38
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -430,6 +430,15 @@ cli.set_compress(true);
 res = cli.Post("/resource/foo", "...", "text/plain");
 res = cli.Post("/resource/foo", "...", "text/plain");
 ```
 ```
 
 
+Split httplib.h into .h and .cc
+-------------------------------
+
+```bash
+> python3 split.py
+> ls out
+httplib.h  httplib.cc
+```
+
 NOTE
 NOTE
 ----
 ----