Comparing version 0.0.8 to 0.0.9
@@ -45,3 +45,3 @@ const regexToParams = (str, loose) => { | ||
const match = url.match( | ||
/^(https?\\:)\/\/(([^:\\/?#]*)(?:\\:([0-9]+))?)([\\/]{0,1}[^?#]*)(\?[^#]*|)(#.*|)$/, | ||
/^(https?:)\/\/(([^:/?#]*)(?::([0-9]+))?)([/]{0,1}[^?#]*)(\?[^#]*|)(#.*|)$/, | ||
); | ||
@@ -48,0 +48,0 @@ |
{ | ||
"name": "pure-http", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "The simple web framework for Node.js with zero dependencies.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
22574