Update README.md
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 21s

This commit is contained in:
Stephen Seo 2024-09-26 12:38:51 +09:00
parent 700adf2f7b
commit aef990f341

View file

@ -12,6 +12,8 @@ A simple HTTP/1.1 server written in C.
For example: --req-header-to-print=User-Agent For example: --req-header-to-print=User-Agent
Note that this option is case-insensitive Note that this option is case-insensitive
--enable-reload-config-on-change --enable-reload-config-on-change
--enable-cache-dir=<DIR>
--cache-entry-lifetime-seconds=<SECONDS>
## Before Compiling ## Before Compiling