Add some comments of missing features

This commit is contained in:
Alex Hultman 2019-01-14 11:05:08 +01:00
parent 647b55f5d8
commit 0493190110
1 changed files with 14 additions and 0 deletions

View File

@ -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 <v8.h>