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