Comparing version 0.2.1 to 0.2.2
@@ -14,3 +14,4 @@ /// <reference types="node" /> | ||
readonly rawResponse: Http2ServerResponse | ServerResponse; | ||
readonly headers: Record<string, string | string[]>; | ||
/** assigning to properties of this object will set the associated header; deleting the property or assigning `undefined` to a property will unset it */ | ||
readonly headers: Record<string, string | string[] | undefined>; | ||
readonly httpVersion: '1.1' | '2.0'; | ||
@@ -17,0 +18,0 @@ /** getter for if a response has already been sent and the response is closed */ |
{ | ||
"name": "fluvial", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Fluvial: A light http/2 server framework, similar to Express", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
104763
1297