Wrap req.getQuery, req.getMethod, res.close, res.onData & add Upload example

This commit is contained in:
Alex Hultman 2019-01-17 08:22:43 +01:00
parent 3558bf30d9
commit 4ae2facba7
5 changed files with 83 additions and 3 deletions

View file

@ -3,6 +3,8 @@
#include "Utilities.h"
using namespace v8;
// todo: probably isCorked, cork should be exposed?
struct WebSocketWrapper {
static Persistent<Object> wsTemplate[2];