Comparing version 3.1.1 to 3.2.0
@@ -29,2 +29,3 @@ import { Server as HttpServer, IncomingMessage, ServerResponse } from 'http' | ||
params: Record<string, string> | ||
originalUrl: string | ||
} | ||
@@ -31,0 +32,0 @@ |
@@ -48,2 +48,3 @@ /** | ||
server.on('request', (req, res) => { | ||
req.originalUrl = req.url | ||
setImmediate(() => app.handle(req, res)) | ||
@@ -53,2 +54,3 @@ }) | ||
server.on('request', (req, res) => { | ||
req.originalUrl = req.url | ||
app.handle(req, res) | ||
@@ -55,0 +57,0 @@ }) |
{ | ||
"name": "restana", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"description": "Super fast and minimalist web framework for building REST micro-services.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
26515
523