Home
last modified time | relevance | path

Searched refs:user_agent (Results 1 – 4 of 4) sorted by last modified time

/unit/src/
H A Dnxt_http_variables.c500 if (r->user_agent != NULL) { in nxt_http_var_user_agent()
501 str->start = r->user_agent->value; in nxt_http_var_user_agent()
502 str->length = r->user_agent->value_length; in nxt_http_var_user_agent()
H A Dnxt_http.h162 nxt_http_field_t *user_agent; member
H A Dnxt_h1proto.c173 offsetof(nxt_http_request_t, user_agent) },
/unit/test/
H A Dtest_variables.py272 def check_user_agent(user_agent): argument
281 'User-Agent': user_agent,