typo
This commit is contained in:
@ -161,7 +161,7 @@ The following attributes can be specified:
|
||||
|
||||
By default, no data is compressed when transferred from the server to the client. However, compression can be enabled by setting the `compression` attribute to a value other than `none`, i.e. to `gzip` or `deflate`.
|
||||
|
||||
If compression is enabled, we have to tell `curl` that the data is compressed so that it is being decompressed automatically. `curl` decompresses the response when the `--compressed` parameter is set:
|
||||
If compression is enabled, we have to tell `curl` that the data is compressed so that it is being decompressed automatically. `curl` decompresses the response when the `--compressed` parameter is set.
|
||||
|
||||
### `responseFormat`: data is in JSON by default
|
||||
|
||||
|
Reference in New Issue
Block a user