Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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