Merge branch 'main' into add-request-cancellation

This commit is contained in:
Ashita Prasad
2024-12-15 07:51:01 +05:30
committed by GitHub
98 changed files with 3873 additions and 1414 deletions

View File

@@ -12,7 +12,7 @@ typedef HttpResponse = http.Response;
Future<(HttpResponse?, Duration?, String?)> request(
HttpRequestModel requestModel, {
String defaultUriScheme = kDefaultUriScheme,
SupportedUriSchemes defaultUriScheme = kDefaultUriScheme,
String? requestId,
}) async {
final clientManager = HttpClientManager();