Skip to content

Commit b582635

Browse files
author
cloud-sdk-js
committed
Changes from lint:fix
1 parent d11cfb4 commit b582635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/http-client/src/compress-request-middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export interface RequestCompressionMiddlewareOptions<
8686
*/
8787
compressOptions?: RequestCompressorOptions[C];
8888
/**
89-
* Compression mode.
89+
* Compression mode.
9090
* - In 'auto' mode, the payload is compressed based on the `autoCompressMinSize` threshold.
9191
* - In 'header-only' mode, it is assumed that the payload is already compressed. The middleware will only set the appropriate Content-Encoding header without modifying the payload.
9292
* - If 'always' is provided, the payload will always be compressed.

0 commit comments

Comments
 (0)