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 62fa8f1 commit 42c05c8Copy full SHA for 42c05c8
src/RewriteHandler.ts
@@ -12,8 +12,9 @@ interface RewriterMatch {
12
* This class handles rewriting the query and the reponse according to the rewriters passed in
13
*/
14
export default class RewriteHandler {
15
+ public matches: RewriterMatch[] = [];
16
+
17
private rewriters: Rewriter[];
- private matches: RewriterMatch[] = [];
18
private hasProcessedRequest: boolean = false;
19
private hasProcessedResponse: boolean = false;
20
0 commit comments