Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid authored Apr 6, 2024
1 parent 0368cda commit 70625d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ Defines request execution with several built-in callers for various request type
- `.http` for HTTP requests using `try await` syntax.
- `.httpPublisher` for HTTP requests with Combine syntax.
- `.httpDownload` for HTTP download requests using `try await` syntax.
- `.httpUpload` for HTTP upload requests using `try await` syntax.
- `.mock` for mock requests using `try await` syntax.

All built-in HTTP callers use the `.httpClient` configuration, which can be customized with the `.httpClient()` modifier. The default `.httpClient` is `URLSession`. It's possible to customize the current `.httpClient` instance.
Expand Down

0 comments on commit 70625d9

Please sign in to comment.