Added routing based on cookies.

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

View File

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