III
Results
1
comments of
III
@X901 just specify the module as shown below: `public extension HTTPClient { func fetch(_ convertible: T) async throws -> T.Result { let result = try await RealHTTP.fetch(convertible.request()) return try result.decode(T.Result.self)...