From 10759f0a38fa2ed0ba2235b5b07ecda07dfe970e Mon Sep 17 00:00:00 2001 From: yhirose Date: Sun, 15 Dec 2019 00:21:32 -0500 Subject: [PATCH] Updated README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9204e45..4b4cdea 100644 --- a/README.md +++ b/README.md @@ -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 ----