Socket
Socket
Sign inDemoInstall

http-parser-js

Package Overview
Dependencies
0
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous13Next

0.4.12

Diff

jimbly
published 0.4.11 •

jimbly
published 0.4.10 •

jimbly
published 0.4.9 •

jimbly
published 0.4.8 •

jimbly
published 0.4.7 •

jimbly
published 0.4.6 •

creationix
published 0.4.5 •

jimbly
published 0.4.4 •

Changelog

Source

0.4.4

Made 'maxHeaderSize' configurable.

// Monkey patch before you require http for the first time.
process.binding('http_parser').HTTPParser = require('http-parser-js').HTTPParser;
require('http-parser-js').HTTPParser.maxHeaderSize = 1024 * 1024; // 1MB instead of 80kb

var http = require('http');
// ...
creationix
published 0.4.3 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc