From 04931901105fa6c1175c010238f2fa8b0fc724ab Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Mon, 14 Jan 2019 11:05:08 +0100 Subject: [PATCH] Add some comments of missing features --- src/addon.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/addon.cpp b/src/addon.cpp index 7bcaf506..867cdf25 100644 --- a/src/addon.cpp +++ b/src/addon.cpp @@ -15,6 +15,20 @@ * limitations under the License. */ +// missing features to wrap: +// App.post and all other methods - requires good templating? +// req.getParam(int) +// req.getUrl() +// res.onData(JS function) +// res.write +// res.tryEnd +// req.onAbort ? +// ws.getBufferedAmount() +// ws.close(lalala) +// ws.? +// test so that we pass Autobahn with compression/without compression with SSL/without SSL +// split addon in different separate headers + /* We are only allowed to depend on µWS and V8 in this layer. */ #include "App.h" #include