Searched refs:method_length (Results 1 – 11 of 11) sorted by last modified time
/unit/src/python/ |
H A D | nxt_python_asgi.c | 697 r->method_length); in nxt_py_asgi_create_http_scope()
|
H A D | nxt_python_wsgi.c | 614 r->method_length)); in nxt_python_get_environ()
|
/unit/src/test/ |
H A D | nxt_unit_app_test.c | 216 p = copy(p, nxt_unit_sptr_get(&r->method), r->method_length); in greeting_app_request_handler()
|
/unit/src/ |
H A D | nxt_router.c | 5449 req->method_length = r->method->length; in nxt_router_prepare_msg()
|
H A D | nxt_php_sapi.c | 1487 nxt_php_set_sptr(req, "REQUEST_METHOD", &r->method, r->method_length,
|
H A D | nxt_unit.c | 1357 (int) r->method_length, in nxt_unit_process_req_headers()
|
H A D | nxt_unit_request.h | 18 uint8_t method_length; member
|
/unit/src/perl/ |
H A D | nxt_perl_psgi.c | 626 &r->method, r->method_length)); in nxt_perl_psgi_env_create()
|
/unit/src/ruby/ |
H A D | nxt_ruby.c | 745 r->method_length); in nxt_ruby_read_request()
|
/unit/src/nodejs/unit-http/ |
H A D | unit.cpp | 606 set_named_property(request, "method", r->method, r->method_length); in create_headers()
|
/unit/go/ |
H A D | request.go | 58 Method: GoStringN(&req.method, C.int(req.method_length)),
|