doc: add travis build status link

make-http-max-header-size-gyp-configurable
Corey Richardson 12 years ago committed by Ben Noordhuis
parent 120a2c5c9b
commit fa7455081a

@ -0,0 +1,13 @@
language: c
compiler:
- clang
- gcc
script:
- "make"
notifications:
email: false
irc:
- "irc.freenode.net#libuv"

@ -1,6 +1,8 @@
HTTP Parser
===========
[![Build Status](https://travis-ci.org/joyent/http-parser.png?branch=master)](https://travis-ci.org/joyent/http-parser)
This is a parser for HTTP messages written in C. It parses both requests and
responses. The parser is designed to be used in performance HTTP
applications. It does not make any syscalls nor allocations, it does not

Loading…
Cancel
Save