Skip to content

Commit

Permalink
Update steps.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach authored Dec 3, 2024
1 parent 9d2225c commit 18c1246
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/req/steps.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ defmodule Req.Steps do
* `:raw` - if set to `true`, disables response body decompression. Defaults to `false`.
Note: `:raw` option also disables response body decoding in the `decode_body/1` step.
Note: setting `raw: true` also disables response body decoding in the `decode_body/1` step.
## Examples
Expand Down Expand Up @@ -1586,7 +1586,8 @@ defmodule Req.Steps do
* `:raw` - if set to `true`, disables response body decoding. Defaults to `false`.
Note: `:raw` option also disables response body decompression in the `decompress_body/1` step.
Note: setting `raw: true` also disables response body decompression in the
`decompress_body/1` step.
## Examples
Expand Down

0 comments on commit 18c1246

Please sign in to comment.