Wrap req.getQuery, req.getMethod, res.close, res.onData & add Upload example
This commit is contained in:
parent
3558bf30d9
commit
4ae2facba7
5 changed files with 83 additions and 3 deletions
|
@ -3,6 +3,8 @@
|
|||
#include "Utilities.h"
|
||||
using namespace v8;
|
||||
|
||||
// todo: probably isCorked, cork should be exposed?
|
||||
|
||||
struct WebSocketWrapper {
|
||||
static Persistent<Object> wsTemplate[2];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue