Comparing version 3.3.0 to 3.3.1
@@ -46,4 +46,9 @@ import net from 'net'; | ||
query?: Record<string, string>; | ||
query?: Record<string, any>; | ||
params?: { | ||
[key: string]: any, | ||
wild?: string | ||
}; | ||
header(name: string): undefined | string | string[]; | ||
@@ -50,0 +55,0 @@ } |
{ | ||
"name": "pure-http", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "The simple web framework for Node.js with zero dependencies.", | ||
@@ -44,5 +44,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tinyhttp/app": "^1.2.17", | ||
"@tinyhttp/app": "1.3.15", | ||
"body-parser": "^1.19.0", | ||
"commander": "^7.1.0", | ||
"commander": "^8.2.0", | ||
"connect-timeout": "^1.9.0", | ||
@@ -52,19 +52,19 @@ "consolidate": "^0.16.0", | ||
"cookie-parser": "^1.4.5", | ||
"coveralls": "^3.1.0", | ||
"coveralls": "^3.1.1", | ||
"ejs": "^3.1.6", | ||
"eslint": "^7.22.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jest": "^24.3.1", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-jest": "^24.4.2", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"express": "^4.17.1", | ||
"fastify": "^3.14.0", | ||
"fastify-express": "^0.3.2", | ||
"husky": "^5.1.3", | ||
"jest": "^26.6.3", | ||
"fastify": "^3.21.6", | ||
"fastify-express": "^0.3.3", | ||
"husky": "^7.0.2", | ||
"jest": "^27.2.2", | ||
"pem": "^1.14.4", | ||
"prettier": "^2.2.1", | ||
"prettier": "^2.4.1", | ||
"serve-static": "^1.14.1", | ||
"supertest": "^6.1.3", | ||
"supertest": "^6.1.6", | ||
"swig": "^1.4.2", | ||
@@ -71,0 +71,0 @@ "wrk": "^1.2.1" |
@@ -65,3 +65,3 @@ <h1 align='center'>pure-http</h1> | ||
Exist server: | ||
Existing server: | ||
@@ -68,0 +68,0 @@ ```js |
68237
965