http-headers
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -25,3 +25,3 @@ 'use strict' | ||
method: match[1], | ||
path: match[2], | ||
url: match[2], | ||
version: { major: parseInt(match[3], 10), minor: parseInt(match[4], 10) }, | ||
@@ -28,0 +28,0 @@ headers: parseHeaders(str) |
{ | ||
"name": "http-headers", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Parse http headers", | ||
@@ -37,5 +37,5 @@ "main": "index.js", | ||
"coordinates": [ | ||
55.6876679, | ||
12.5955582 | ||
55.6876742, | ||
12.5955475 | ||
] | ||
} |
@@ -40,3 +40,3 @@ 'use strict' | ||
method: 'GET', | ||
path: '/foo', | ||
url: '/foo', | ||
version: { major: 1, minor: 1 }, | ||
@@ -43,0 +43,0 @@ headers: headerResult |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14076