Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 3 of 3) sorted by relevance

/unit/src/nodejs/unit-http/
H A Dwebsocket_router_request.js32 this.resource = webSocketRequest.resource;
H A Dwebsocket_request.js93 this.resource = httpRequest.url;
114 this.resourceURL = url.parse(this.resource, true);
H A Dnxt_napi.h813 napi_value resource; in nxt_callback_scope() local
816 resource = create_object(); in nxt_callback_scope()
818 status = napi_open_callback_scope(env(), resource, ctx, &scope_); in nxt_callback_scope()