This website works better with JavaScript.
Explore
Help
Register
Sign In
haiwan
/
http-parser
Watch
1
Star
0
Fork
You've already forked http-parser
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62110efe7a
master
make-http-max-header-size-gyp-configurable
v0.10
v0.6
event_stream
version0.2
v2.9.0
v2.8.1
v2.8.0
v2.7.1
v2.6.2
v2.6.1
v2.6.0
v2.1
v2.0
v0.1
v0.2
v0.3
v1.0
v2.2
v2.2.1
v2.3
v2.4
v2.4.1
v2.4.2
v2.5
v2.5.0
v2.7.0
v2.9.1
v2.9.2
v2.9.3
v2.9.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '62110efe7a'
${ noResults }
http-parser
/
.gitignore
6 lines
31 B
Raw
Normal View
History
Unescape
Escape
Remove "ebb_message" object from libebb's parser. And much more: * Begin the framework for parsing HTTP responses * Modify the test code with the new layout * Remove EBB_ prefix and use just HTTP_ * Start simple new Makefile Currently the test passes but it is only checking HTTP requests. I get the feeling that it is much slower than before, although I have no solid evidence for this.
16 years ago
tags
*.o
test
Use _g for the debug build
15 years ago
test_g
IS_* macros for char classes. - Add IS_ALPHA(), IS_NUM(), IS_HOST_CHAR(), etc. macros for determining membership in a character class. HTTP_PARSER_STRICT causes some of these definitions to change. - Support '_' character in hostnames in non-strict mode. - Support leading digits in hostnames when the method is HTTP_CONNECT. - Don't re-define HTTP_PARSER_STRICT in http_parser.h if it's already defined. - Tweak Makefile to run non-strict-mode unit tests. Rearrange non-strict mode unit tests in test.c. - Add test_fast to .gitignore. Fixes #44
14 years ago
test_fast