Commit 341f2ba 1 parent 817061c commit 341f2ba Copy full SHA for 341f2ba
File tree 2 files changed +2
-2
lines changed
plugins/wasm-go/extensions/ai-statistics
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Attribute 配置说明:
38
38
` value_source ` 的各种取值含义如下:
39
39
40
40
- ` fixed_value ` :固定值
41
- - ` requeset_header ` : attrribute 值通过 http 请求头获取,value 配置为 header key
41
+ - ` request_header ` : attrribute 值通过 http 请求头获取,value 配置为 header key
42
42
- ` request_body ` :attrribute 值通过请求 body 获取,value 配置格式为 gjson 的 jsonpath
43
43
- ` response_header ` :attrribute 值通过 http 响应头获取,value 配置为header key
44
44
- ` response_body ` :attrribute 值通过响应 body 获取,value 配置格式为 gjson 的 jsonpath
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Attribute Configuration instructions:
38
38
The meanings of various values for ` value_source ` are as follows:
39
39
40
40
- ` fixed_value ` : fixed value
41
- - ` requeset_header ` : The attrribute is obtained through the http request header
41
+ - ` request_header ` : The attrribute is obtained through the http request header
42
42
- ` request_body ` : The attrribute is obtained through the http request body
43
43
- ` response_header ` : The attrribute is obtained through the http response header
44
44
- ` response_body ` : The attrribute is obtained through the http response body
You can’t perform that action at this time.
0 commit comments