readme layout
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user