summaryrefslogtreecommitdiff
path: root/src/node_http_parser.h
blob: 9b49d4d99e5982e63ed38da011fb22c48d9b1aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef SRC_NODE_HTTP_PARSER_H_
#define SRC_NODE_HTTP_PARSER_H_

#include "v8.h"

#include "http_parser.h"

namespace node {

void InitHttpParser(v8::Local<v8::Object> target);

}  // namespace node

#endif  // SRC_NODE_HTTP_PARSER_H_