This commit is contained in:
Fabian Märki
2015-12-22 13:37:25 +01:00
parent a963ef6efd
commit abff626983

View File

@ -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`. 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 ### `responseFormat`: data is in JSON by default