node/node_http.h

9 lines
125 B
C

#ifndef node_http_h
#define node_http_h
#include <v8.h>
void node_http_initialize (v8::Handle<v8::Object> target);
#endif