commit 9ba4980e96bd38c469bd6dff556759fb6d87cb72 parent ad76ab1661a5eddcb828fef99a7a74f1b20b81c8 Author: kocotian <54662947+kocotian@users.noreply.github.com> Date: Sun, 11 Oct 2020 16:24:50 +0200 Update README.md Diffstat:
M | README.md | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -13,7 +13,10 @@ main() printf("%s", response); } ``` -### compatibility: +## compatibility: any POSIX 7 compliant system: yes windows: no + +## additional features: +if you want to change maximal request length (*default 1024*), `#define MAX_REQUEST_LEN` as new request length __before__ `#including "http.h"`