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 2eb85ba commit a08e8d8Copy full SHA for a08e8d8
index.d.ts
@@ -36,7 +36,7 @@ declare namespace fastgateway {
36
interface Hooks {
37
onRequest?: Function,
38
rewriteHeaders?: Function,
39
- onResponse: Function,
+ onResponse?: Function,
40
}
41
interface Options<P extends restana.Protocol> {
42
server?: restana.Server<P>;
0 commit comments