From 988e15c7389ac7ed8b657365fa676920f384c82b Mon Sep 17 00:00:00 2001 From: hugogogo Date: Mon, 8 Aug 2022 10:30:20 +0200 Subject: [PATCH] readme layout --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6572914..740109c 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ - getters for requests infos : `get_rq_` - getters for client sides infos : `get_cl_` (such as ip of client) - i changed the variables in request struct in Client : - - `path` become `uri` (ex. /path/to/file?var=val) - - add `abs_path` (ex. /path/to/file ) - - add `query` (ex. var=val) + - `path` become `uri`......>(ex. /path/to/file?var=val) + - add `abs_path`...........>(ex. /path/to/file ) + - add `query`..............>(ex. var=val) - the header fields names, as key in map, are stored in lowercase, and getters are case-insensitives