You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Curly/HttpClient.swift
+79Lines changed: 79 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,85 @@ public struct HttpClient {
222
222
}
223
223
}
224
224
225
+
// Simpler non-typed object version. Will use the same error methodology, but instead of using a codable conversion, will just respond with a [String: Any]. Useful in cases where one does not know the structure of what is going to be returned.
0 commit comments