Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dhttp.js10 ServerRequest,
24 IncomingMessage: ServerRequest,
H A Dhttp_server.js360 function ServerRequest(server, socket) { class
368 util.inherits(ServerRequest, Readable);
380 ServerRequest.prototype.statusCode = function statusCode() {
384 ServerRequest.prototype.statusMessage = function statusMessage() {
388 ServerRequest.prototype.trailers = function trailers() {
392 ServerRequest.prototype.METHODS = function METHODS() {
396 ServerRequest.prototype.STATUS_CODES = function STATUS_CODES() {
400 ServerRequest.prototype._request_read = unit_lib.request_read;
402 ServerRequest.prototype._read = function _read(n) {
432 this.ServerRequest = ServerRequest;
[all …]
/unit/
H A DCHANGES39 *) Bugfix: ServerRequest.flushHeaders() implemented in Node.js module to
42 *) Bugfix: ServerRequest.httpVersion variable format in Node.js module.
70 *) Bugfix: ServerRequest.destroy() implemented in Node.js module to make
423 *) Feature: the ServerRequest and ServerResponse objects of Node.js