mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #287] [MERGED] Fix multipart request with some parameters (master) #597
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#597
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/287
Author: @ktakayama
Created: 10/7/2016
Status: ✅ Merged
Merged: 10/7/2016
Merged by: @phimage
Base:
master← Head:fix-multipart-with-parameter📝 Commits (3)
15cf127Fix request.HTTPBody would be overridden by argument of parameters in postImage()7bd2120Remove duplicate code and add test public methode16d080Add makeMultiPartRequest to remove duplicate code📊 Changes
3 files changed (+69 additions, -39 deletions)
View changed files
📝
OAuthSwiftTests/OAuthSwiftClientTests.swift(+35 -0)📝
Sources/OAuthSwiftClient.swift(+31 -39)📝
Sources/OAuthSwiftHTTPRequest.swift(+3 -0)📄 Description
same as #286
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.