Skip to content

Commit 10759f0

Browse files
committed
Updated README
1 parent 58b2814 commit 10759f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,15 @@ cli.set_compress(true);
430430
res = cli.Post("/resource/foo", "...", "text/plain");
431431
```
432432

433+
Split httplib.h into .h and .cc
434+
-------------------------------
435+
436+
```bash
437+
> python3 split.py
438+
> ls out
439+
httplib.h httplib.cc
440+
```
441+
433442
NOTE
434443
----
435444

0 commit comments

Comments
 (0)