Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 5c03caa

Browse files
committed
docs: Use SVG badges
1 parent da20396 commit 5c03caa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# http-string-parser
22

33
[![NPM Version](https://img.shields.io/npm/v/http-string-parser.svg)](https://www.npmjs.com/package/http-string-parser)
4-
[![Build Status](https://travis-ci.org/apiaryio/http-string-parser.png)](https://travis-ci.org/apiaryio/http-string-parser)
5-
[![Dependency Status](https://david-dm.org/apiaryio/http-string-parser.png)](https://david-dm.org/apiaryio/http-string-parser)
6-
[![devDependency Status](https://david-dm.org/apiaryio/http-string-parser/dev-status.png)](https://david-dm.org/apiaryio/http-string-parser#info=devDependencies)
4+
[![Build Status](https://travis-ci.org/apiaryio/http-string-parser.svg)](https://travis-ci.org/apiaryio/http-string-parser)
5+
[![Dependency Status](https://david-dm.org/apiaryio/http-string-parser.svg)](https://david-dm.org/apiaryio/http-string-parser)
6+
[![devDependency Status](https://david-dm.org/apiaryio/http-string-parser/dev-status.svg)](https://david-dm.org/apiaryio/http-string-parser?type=dev)
77

88
Parse HTTP messages (Request and Response) from raw string in Node.JS
99

@@ -35,7 +35,7 @@ See more about [Request][request] and [Response][response] data model.
3535

3636
`parseHeaders(headersLinesArray)`
3737

38-
- - -
38+
- - -
3939

4040
NOTE: Proof of concept, naive HTTP parsing, wheel re-inventation. In future it may be replaced with better parser from [Node.JS core's C bindings of NGINX HTTP parser](https://github.com/joyent/http-parser) or [PEG.js HTTP parser](https://npmjs.org/package/http-pegjs)
4141

0 commit comments

Comments
 (0)