Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dunit.h69 static napi_value response_write(napi_env env, napi_callback_info info);
H A Dhttp_server.js228 ServerResponse.prototype._write = unit_lib.response_write;
H A Dunit.cpp186 napi.set_named_property(exports, "response_write", response_write); in init()
929 Unit::response_write(napi_env env, napi_callback_info info) in response_write() function in Unit