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

Commit d8f2c10

Browse files
author
Adam Kliment
committed
API stable, version bump, release
1 parent 4fd6e2f commit d8f2c10

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
Parse HTTP message (Request and Response) from raw string in Node.JS
88

9-
### API NOT STABLE, YET!
10-
119
##Parse HTTP Message
1210
```javascript
1311
var parser = require('http-string-parser');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-string-parser",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Parse HTTP Request and Response from String",
55
"main": "lib/parser.js",
66
"scripts": {

0 commit comments

Comments
 (0)