Home
last modified time | relevance | path

Searched defs:body (Results 1 – 13 of 13) sorted by relevance

/unit/test/php/mirror/
H A Dindex.php2 $body = file_get_contents('php://input'); variable
/unit/test/php/variables/
H A Dindex.php2 $body = file_get_contents('php://input'); variable
/unit/test/
H A Dtest_python_targets.py93 def check_prefix(url, body): argument
H A Dtest_proxy_chunked.py188 def check_invalid(body): argument
H A Dtest_static_types.py34 def check_body(http_url, body): argument
/unit/src/python/
H A Dnxt_python_asgi_http.c167 PyObject *msg, *body; in nxt_py_asgi_http_read_msg() local
361 PyObject *body, *more_body, *future; in nxt_py_asgi_http_response_body() local
/unit/src/perl/
H A Dnxt_perl_psgi.c202 char *body; in XS() local
865 nxt_str_t body; in nxt_perl_psgi_result_body() local
915 const char *body; in nxt_perl_psgi_result_body_ref() local
/unit/src/ruby/
H A Dnxt_ruby.c1063 VALUE fn, body; in nxt_ruby_rack_result_body() local
1211 VALUE body; member
1217 nxt_ruby_rack_result_body_each(VALUE body, VALUE arg, int argc, in nxt_ruby_rack_result_body_each()
/unit/src/
H A Dnxt_http.h123 nxt_buf_t *body; member
138 nxt_buf_t *body; member
H A Dnxt_controller.c2483 nxt_buf_t *b, *body; in nxt_controller_response() local
H A Dnxt_h1proto.c2266 nxt_buf_t *header, *body; in nxt_h1p_peer_header_send() local
H A Dnxt_router.c5239 nxt_buf_t *buf, *body; in nxt_router_app_prepare_request() local
/unit/src/wasm-wasi-component/src/
H A Dlib.rs375 let mut body = in to_request_body() variables