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