Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

0http

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

0http - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

.github/FUNDING.yml

2

demos/basic-low-sequential.js

@@ -10,3 +10,3 @@ const low = require('./../lib/server/low')

router.on('GET', '/hi', (req, res) => {
router.get('/hi', (req, res) => {
res.end('Hello World!')

@@ -13,0 +13,0 @@ })

@@ -119,2 +119,6 @@ const uWS = require('uWebSockets.js')

getHeader (name) {
return this.headers[name]
}
removeHeader (name) {

@@ -121,0 +125,0 @@ delete this.headers[name]

{
"name": "0http",
"version": "1.2.2",
"version": "1.2.3",
"description": "Cero friction HTTP request router. The need for speed!",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -143,3 +143,3 @@ # 0http

- 0http (find-my-way)
`Requests/sec: 680101.15`
`Requests/sec: 68101.15`
- 0http (sequential)

@@ -146,0 +146,0 @@ `Requests/sec: 67124.65`

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc