summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/http_server.js (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-19Node.js: Use console.warn instead of stderr.writeDan Callahan1-2/+1
2024-02-14fix: Take options as well as requestListener (#1091)Gabor Javorszky1-1/+9
2023-11-17Node.js: ServerResponse.flushHeaders() implemented.Andrei Zeliankou1-0/+4
2023-09-26Node.js: ServerRequest.destroy() implemented.Andrei Zeliankou1-0/+9
2023-09-26Node.js: response body chunk can now be a Uint8Array.Andrei Zeliankou1-2/+5
2021-05-12Node.js: a shim for overriding "http" and "websocket" modules.Oisin Canty1-6/+18
2020-12-29Node.js: ServerRequest and ServerResponse compliance to Stream API.Max Romanov1-32/+18
2020-04-08Node.js: fixing Server.listen() method.Max Romanov1-1/+11
2019-12-24Node.js: implementing output message drain using SHM_ACK feature.Max Romanov1-10/+111
2019-08-20Node.js: introducing websocket support.Max Romanov1-24/+52
2019-08-06Node.js: returning "this" from writeHead() to allow chaining.Valentin Bartenev1-0/+2
2019-04-03Backed out changeset f74d4dd9c3db.Valentin Bartenev1-0/+8
2019-04-01Introducing close event to notify about server stop.Max Romanov1-0/+4
2018-12-19Node.js: removed value checking for headers.Alexander Borisov1-8/+0
2018-12-19Node.js: removed unused _implicitHeader() function.Alexander Borisov1-5/+0
2018-12-19Node.js: checking uniqueness of HTTP headers for different case.Alexander Borisov1-22/+50
2018-12-19Node.js: calling write callback asynchronously.Alexander Borisov1-1/+13
2018-12-19Node.js: style fixes.Alexander Borisov1-8/+10
2018-12-19Node.js: napi_call_function() replaced with napi_make_callback().Alexander Borisov1-12/+5
2018-12-19Node.js: changed the 'data' event calling sequence for the request.Alexander Borisov1-10/+30
2018-12-19Node.js: buffering HTTP headers before writing the body.Alexander Borisov1-10/+13
2018-11-15Node.js: res.write() must return a bool value.Alexander Borisov1-1/+1
2018-11-15Node.js: fixed handling of response header fields.Alexander Borisov1-1/+1
2018-11-15Node.js: added reference count increment for the Unit object.Alexander Borisov1-0/+2
2018-10-31Node.js: added async request execution.Alexander Borisov1-4/+25
2018-10-24Node.js: additional type check for response.setHeader value.Alexander Borisov1-6/+6
2018-10-03Added Node.js support.Alexander Borisov1-0/+331