Updated README

This commit is contained in:
yhirose 2019-12-15 00:21:32 -05:00
parent 58b2814fda
commit 10759f0a38

View file

@ -430,6 +430,15 @@ cli.set_compress(true);
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
----