@art-ws/http-server
Advanced tools
| type Rec = Record<string, unknown>; | ||
| export interface HttpRequest<T = unknown, Q = Rec, B = Rec, H = Rec> { | ||
| export interface HttpRequest<T = unknown, Q = Rec, B = Rec, H = Rec, P = Rec> { | ||
| raw: T; | ||
| url: string; | ||
| method: string; | ||
| params: P; | ||
| query: Q; | ||
@@ -5,0 +8,0 @@ body: B; |
+1
-1
| { | ||
| "name": "@art-ws/http-server", | ||
| "version": "2.0.15", | ||
| "version": "2.0.16", | ||
| "description": "HTTP Server", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
4052
1.53%97
3.19%