mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #286] [MERGED] Fix multipart request with some parameters (swift 2.2) #595
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#595
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/286
Author: @ktakayama
Created: 10/7/2016
Status: ✅ Merged
Merged: 10/7/2016
Merged by: @phimage
Base:
swift2.2← Head:fix-multipart-with-parameter-swift2.2📝 Commits (3)
21e870aFix request.HTTPBody would be overridden by argument of parameters in postImage()02a30cbRemove duplicate code and add test public method123a765Add makeMultiPartRequest to remove duplicate code📊 Changes
3 files changed (+69 additions, -40 deletions)
View changed files
📝
OAuthSwift/OAuthSwiftClient.swift(+31 -40)📝
OAuthSwift/OAuthSwiftHTTPRequest.swift(+3 -0)📝
OAuthSwiftTests/OAuthSwiftClientTests.swift(+35 -0)📄 Description
A request body would be overridden by query parameters with multipart request.
For example:
just a fix of this issue is in
21e870accaI will create pull request to master too later :D
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.