Skip to content

Commit 758cdfe

Browse files
committed
docs: Link the minimum body size section from the custom compressor example
1 parent 95fbece commit 758cdfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/02_concepts/13_http_compression.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ client = ApifyClient(token='MY-APIFY-TOKEN', compression=BrotliHttpCompressor(qu
5555
client = ApifyClient(token='MY-APIFY-TOKEN', compression=GzipHttpCompressor(quality=9))
5656
```
5757

58-
You can also implement a fully custom compressor by subclassing `HttpCompressor`. The client calls it only for bodies that reach the minimum size:
58+
You can also implement a fully custom compressor by subclassing `HttpCompressor`. The client calls it only for bodies that reach the [minimum body size](#minimum-body-size):
5959

6060
```python
6161
from apify_client import ApifyClient

0 commit comments

Comments
 (0)