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.
2 parents f1c7180 + e333a4a commit 64b80c9Copy full SHA for 64b80c9
gcore/options.go
@@ -118,8 +118,11 @@ type FastEdgeAppConfig struct {
118
}
119
120
type FastEdge struct {
121
- Enabled bool `json:"enabled"`
122
- OnRequestHeaders *FastEdgeAppConfig `json:"on_request_headers"`
+ Enabled bool `json:"enabled"`
+ OnRequestHeaders *FastEdgeAppConfig `json:"on_request_headers"`
123
+ OnRequestBody *FastEdgeAppConfig `json:"on_request_body"`
124
+ OnResponseHeaders *FastEdgeAppConfig `json:"on_response_headers"`
125
+ OnResponseBody *FastEdgeAppConfig `json:"on_response_body"`
126
127
128
type FetchCompressed struct {
0 commit comments