Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dhttp_server.js11 const unit_lib = require('./build/Release/unit-http'); constant
230 ServerResponse.prototype._send_headers = unit_lib.response_send_headers;
241 ServerResponse.prototype._write = unit_lib.response_write;
269 if (contentLength > unit_lib.buf_min) {
335 ServerResponse.prototype._end = unit_lib.response_end;
400 ServerRequest.prototype._request_read = unit_lib.request_read;
419 this.unit = new unit_lib.Unit();
H A Dwebsocket_connection.js19 var unit_lib = require('./build/Release/unit-http'); variable
103 WebSocketConnection.prototype._set_sock = unit_lib.websocket_set_sock;
104 WebSocketConnection.prototype._end = unit_lib.response_end;
665 WebSocketConnection.prototype._send_frame = unit_lib.websocket_send_frame;
H A Dsocket.js10 const unit_lib = require('./build/Release/unit-http'); constant