Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jan 16, 2025
1 parent d782b56 commit 46cc131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/sttp/client4/RequestOptions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ import sttp.client4.logging.LoggingOptions
* Should the response body be decompressed, if a `Content-Encoding` header is present. By default, backends support
* [[sttp.model.Encodings.Gzip]] and [[sttp.model.Encodings.Deflate]] encodings, but others might available as well;
* refer to the backend documentation for details. If an encoding is not supported, an exception is thrown / a failed
* effet returned, when sending the request.
* effect returned, when sending the request.
* @param compressRequestBody
* Should the request body be compressed, and if so, with which encoding. By default, backends support
* [[sttp.model.Encodings.Gzip]] and [[sttp.model.Encodings.Deflate]] encodings, but others might available as well;
* refer to the backend documentation for details. If an encoding is not supported, an exception is thrown / a failed
* effet returned, when sending the request.
* effect returned, when sending the request.
*/
case class RequestOptions(
followRedirects: Boolean,
Expand Down

0 comments on commit 46cc131

Please sign in to comment.