0.0.5 • Published 6 years ago

http-message-parser-ts v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

node-http-message-parser-ts

A very simple module for parsing HTTP message, implemented in TypeScript, inspired by https://github.com/apiaryio/http-string-parser, but able to parse headers into an array.

To install npm install http-message-parser-ts


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 or PEG.js HTTP parser

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago