projects
/
platform
/
upstream
/
nodejs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
src: replace naive search in Buffer::IndexOf
[platform/upstream/nodejs.git]
/
src
/
node_http_parser.h
1
#ifndef SRC_NODE_HTTP_PARSER_H_
2
#define SRC_NODE_HTTP_PARSER_H_
3
4
#include "v8.h"
5
6
#include "http_parser.h"
7
8
namespace node {
9
10
void InitHttpParser(v8::Local<v8::Object> target);
11
12
} // namespace node
13
14
#endif // SRC_NODE_HTTP_PARSER_H_