Skip to content

Commit f9a77a0

Browse files
authored
out_http: add explanation about compress option (#514)
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 64c8b2d commit f9a77a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

output/http.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@ Using the array format of JSON. This parameter is used and valid only for json f
120120
...
121121
```
122122

123+
### `compress`
124+
125+
| type | default | available values | version |
126+
| :--- | :--- | :--- | :--- |
127+
| enum | text | text/gzip | 1.17.1 |
128+
129+
The option to compress HTTP request body.
130+
123131
### `<format>` Directive
124132

125133
The format of the payload. The default `@type` is `json`.

0 commit comments

Comments
 (0)