Home
last modified time | relevance | path

Searched refs:target (Results 26 – 44 of 44) sorted by relevance

12

/unit/src/wasm-wasi-component/src/
H A Dlib.rs356 .path_and_query(info.target()) in to_request_builder()
469 fn target(&self) -> &str { in target() method
472 self.get_str(&(*raw).target, (*raw).target_length.into()) in target()
/unit/src/java/nginx/unit/websocket/
H A DWsSession.java232 Class<?> target = Util.getMessageType(listener); in addMessageHandler() local
233 doAddMessageHandler(target, listener); in addMessageHandler()
252 private void doAddMessageHandler(Class<?> target, MessageHandler listener) { in doAddMessageHandler() argument
265 Set<MessageHandlerResult> mhResults = Util.getMessageHandlers(target, listener, in doAddMessageHandler()
/unit/pkg/contrib/
H A DMakefile129 $(error Download and check target not defined for $*)
/unit/src/
H A Dnxt_router.h249 nxt_str_t *target, nxt_http_action_t *action);
H A Dnxt_router.c1610 nxt_str_t name, target; in nxt_router_conf_create() local
2629 nxt_int_t target; member
2635 nxt_str_t *target, nxt_http_action_t *action) in nxt_router_application_init() argument
2657 if (target != NULL && target->length != 0) { in nxt_router_application_init()
2662 conf->target = i; in nxt_router_application_init()
2665 conf->target = 0; in nxt_router_application_init()
5148 r->app_target = conf->target; in nxt_router_process_http_request()
5407 + r->target.length + 1 in nxt_router_prepare_msg()
5483 nxt_unit_sptr_set(&req->target, p); in nxt_router_prepare_msg()
5484 p = nxt_cpymem(p, r->target.start, r->target.length); in nxt_router_prepare_msg()
[all …]
H A Dnxt_http.h148 nxt_str_t target; member
H A Dnxt_h1proto.c654 r->target.start = h1p->parser.target_start; in nxt_h1p_header_process()
655 r->target.length = h1p->parser.target_end - h1p->parser.target_start; in nxt_h1p_header_process()
2275 size = r->method->length + sizeof(" ") + r->target.length in nxt_h1p_peer_header_send()
2299 p = nxt_cpymem(p, r->target.start, r->target.length); in nxt_h1p_peer_header_send()
H A Dnxt_http_variables.c285 *str = r->target; in nxt_http_var_request_uri()
H A Dnxt_unit.c1360 (char *) nxt_unit_sptr_get(&r->target), in nxt_unit_process_req_headers()
/unit/src/wasm-wasi-component/
H A DCargo.lock301 "target-lexicon",
347 "target-lexicon",
364 "target-lexicon",
1328 name = "target-lexicon"
1687 "target-lexicon",
1747 "target-lexicon",
1767 "target-lexicon",
1785 "target-lexicon",
1824 "target-lexicon",
1963 "target-lexicon",
[all …]
/unit/src/nodejs/unit-http/
H A Dunit.cpp217 napi_value target, ctor, instance, jsthis; in create() local
220 target = napi.get_new_target(info); in create()
222 if (target != nullptr) { in create()
613 set_named_property(request, "url", r->target, r->target_length); in create_headers()
/unit/src/test/
H A Dnxt_unit_app_test.c232 p = copy(p, nxt_unit_sptr_get(&r->target), r->target_length); in greeting_app_request_handler()
/unit/pkg/docker/
H A DMakefile106 \ \ \ \&\& install -pm 755 pkg/contrib/wasmtime/target/release/libwasmtime.so /usr/lib/\$$\(dpkg-ar…
H A DDockerfile.wasm69 …&& install -pm 755 pkg/contrib/wasmtime/target/release/libwasmtime.so /usr/lib/$(dpkg-architecture…
/unit/tools/
H A DREADME.md29 * **URI** specifies the target in Unit's control API, e.g. `/config` .
/unit/.github/workflows/
H A Dci.yml312 …clude-path=pkg/contrib/wasmtime/crates/c-api/include --lib-path=pkg/contrib/wasmtime/target/release
/unit/docs/
H A Dunit-openapi.yaml4740 pass: "applications/php_app/target"
4769 pass: "applications/php_app/target"
4833 summary: "App target destination in a listener"
5654 description: "Base directory of the target’s
5667 serves all requests to the target."
5729 runs as the target."
5864 description: "Request target."
/unit/src/perl/
H A Dnxt_perl_psgi.c628 &r->target, r->target_length)); in nxt_perl_psgi_env_create()
/unit/src/ruby/
H A Dnxt_ruby.c746 nxt_ruby_add_sptr(hash_env, nxt_rb_request_uri_str, &r->target, in nxt_ruby_read_request()

12