File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ type FastEdgeAppConfig struct {
119
119
120
120
type FastEdge struct {
121
121
Enabled bool `json:"enabled"`
122
- 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"`
122
+ OnRequestHeaders * FastEdgeAppConfig `json:"on_request_headers,omitempty "`
123
+ OnRequestBody * FastEdgeAppConfig `json:"on_request_body,omitempty "`
124
+ OnResponseHeaders * FastEdgeAppConfig `json:"on_response_headers,omitempty "`
125
+ OnResponseBody * FastEdgeAppConfig `json:"on_response_body,omitempty "`
126
126
}
127
127
128
128
type FetchCompressed struct {
You can’t perform that action at this time.
0 commit comments