readme layout

This commit is contained in:
hugogogo
2022-08-08 10:31:36 +02:00
parent 988e15c738
commit 78c3ffa456

View File

@@ -11,9 +11,9 @@
- getters for requests infos : `get_rq_<info>` - getters for requests infos : `get_rq_<info>`
- getters for client sides infos : `get_cl_<info>` (such as ip of client) - getters for client sides infos : `get_cl_<info>` (such as ip of client)
- i changed the variables in request struct in Client : - i changed the variables in request struct in Client :
- `path` become `uri`......>(ex. /path/to/file?var=val) - `path` become `uri`....>(ex. `/path/to/file?var=val`)
- add `abs_path`...........>(ex. /path/to/file ) - add `abs_path`............>(ex. `/path/to/file `)
- add `query`..............>(ex. var=val) - add `query`................>(ex. ` var=val`)
- the header fields names, as key in map, are stored in lowercase, and getters are case-insensitives - the header fields names, as key in map, are stored in lowercase, and getters are case-insensitives