Home
last modified time | relevance | path

Searched refs:method_length (Results 1 – 12 of 12) sorted by relevance

/unit/src/
H A Dnxt_unit_request.h18 uint8_t method_length; member
H A Dnxt_php_sapi.c1489 nxt_php_set_sptr(req, "REQUEST_METHOD", &r->method, r->method_length,
H A Dnxt_router.c5446 req->method_length = r->method->length; in nxt_router_prepare_msg()
H A Dnxt_unit.c1357 (int) r->method_length, in nxt_unit_process_req_headers()
/unit/go/
H A Drequest.go58 Method: GoStringN(&req.method, C.int(req.method_length)),
/unit/src/test/
H A Dnxt_unit_app_test.c216 p = copy(p, nxt_unit_sptr_get(&r->method), r->method_length); in greeting_app_request_handler()
/unit/src/wasm-wasi-component/src/
H A Dlib.rs447 self.get_str(&(*raw).method, (*raw).method_length.into()) in method()
/unit/src/nodejs/unit-http/
H A Dunit.cpp612 set_named_property(request, "method", r->method, r->method_length); in create_headers()
/unit/src/python/
H A Dnxt_python_wsgi.c614 r->method_length)); in nxt_python_get_environ()
H A Dnxt_python_asgi.c697 r->method_length); in nxt_py_asgi_create_http_scope()
/unit/src/perl/
H A Dnxt_perl_psgi.c626 &r->method, r->method_length)); in nxt_perl_psgi_env_create()
/unit/src/ruby/
H A Dnxt_ruby.c745 r->method_length); in nxt_ruby_read_request()