Skip to content

Commit

Permalink
out_http: add explanation about compress option (#514)
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys authored Aug 19, 2024
1 parent 64c8b2d commit f9a77a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions output/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ Using the array format of JSON. This parameter is used and valid only for json f
...
```

### `compress`

| type | default | available values | version |
| :--- | :--- | :--- | :--- |
| enum | text | text/gzip | 1.17.1 |

The option to compress HTTP request body.

### `<format>` Directive

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

0 comments on commit f9a77a0

Please sign in to comment.