From 70625d98b65aa3142d6d25438fa81ff525605845 Mon Sep 17 00:00:00 2001 From: dankinsoid <30962149+dankinsoid@users.noreply.github.com> Date: Sat, 6 Apr 2024 12:52:10 +0400 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c520f17..d6b8a4c 100644 --- a/README.md +++ b/README.md @@ -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.