Added routing based on arguments.

This commit is contained in:
Igor Sysoev
2019-05-30 15:33:51 +03:00
parent 16273cf1c6
commit 5fb3daa5af
2 changed files with 209 additions and 15 deletions

View File

@@ -121,6 +121,7 @@ struct nxt_http_request_s {
nxt_str_t *path;
nxt_str_t *args;
nxt_array_t *arguments; /* of nxt_http_name_value_t */
nxt_list_t *fields;
nxt_http_field_t *content_type;
nxt_http_field_t *content_length;