Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid authored Mar 28, 2024
1 parent 9d77d62 commit 75afb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- [Request execution](#request-execution)
- [`APIClientCaller`](#apiclientcaller)
- [Serializer](#serializer)
- [Some execution momdifiers](#some-execution-momdifiers)
- [Some execution modifiers](#some-execution-modifiers)
- [Encoding and Decoding](#encoding-and-decoding)
- [ContentSerializer](#contentserializer)
- [Auth](#auth)
Expand Down Expand Up @@ -157,7 +157,7 @@ Custom callers can be created for different types of requests, such as WebSocket

The `.decodable` serializer uses the `.bodyDecoder` configuration, which can be customized with the `.bodyDecoder` modifier. The default `bodyDecoder` is `JSONDecoder()`.

#### Some execution momdifiers
#### Some execution modifiers
- `.retry(limit:)` for retrying a request a specified number of times.
- `.throttle(interval:)` for throttling requests with a specified interval.

Expand Down

0 comments on commit 75afb33

Please sign in to comment.