mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-10 09:43:51 +00:00
Updated README
This commit is contained in:
parent
58b2814fda
commit
10759f0a38
@ -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
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user