MultipartForm icon indicating copy to clipboard operation
MultipartForm copied to clipboard

The missing multipart form support for URLSession.

Results 3 MultipartForm issues
Sort by recently updated
recently updated
newest added

Thanks for the great library, But, I am getting Unauthorised error though I am sending Bearer token to server. let form = MultipartForm(parts: [ MultipartForm.Part(name: "Type", value: "\(categoryType)"), MultipartForm.Part(name: "file",...

Created an Xcode project so that Carthage can build it. Deleted `.swiftpm/` folder. Updated `Package.swift` to point to the source files.