@hapi/h2o2
Advanced tools
Comparing version 10.0.2 to 10.0.3
@@ -69,3 +69,3 @@ // Type definitions for @hapi/h2o2 10.0 | ||
/** | ||
* if set tofalse, any locally defined state is removed from incoming | ||
* if set to false, any locally defined state is removed from incoming | ||
* requests before being sent to the upstream service. This value can be | ||
@@ -129,3 +129,3 @@ * overridden on a per state basis via the server.state()``passThrough | ||
*/ | ||
mapUri?: ((this: ProxyHandlerOptions, request: Request) => Promise<ProxyTarget>) | undefined; | ||
mapUri?: ((this: ProxyHandlerOptions, request: Request) => ProxyTarget | Promise<ProxyTarget>) | undefined; | ||
/** | ||
@@ -132,0 +132,0 @@ * a custom function which is passed the upstream request. |
{ | ||
"name": "@hapi/h2o2", | ||
"description": "Proxy handler plugin for hapi.js", | ||
"version": "10.0.2", | ||
"version": "10.0.3", | ||
"repository": "git://github.com/hapijs/h2o2", | ||
@@ -6,0 +6,0 @@ "main": "lib/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
21557