We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d15f4c commit 0d7a751Copy full SHA for 0d7a751
1 file changed
src/app-engine.d.ts
@@ -4,7 +4,9 @@ export declare function getAllowedHosts(config?: {
4
additionalAllowedHosts?: string[]
5
injectDefaults?: boolean
6
}): string[]
7
+
8
export declare function getContext(): Context | undefined
9
10
export declare function getTrustProxyHeaders(
11
config?:
12
| {
0 commit comments