mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-28 05:35:54 +03:00
[PR #237] [MERGED] Ability to provide headers for a multi-part request #580
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#580
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/237
Author: @dparne
Created: 6/17/2016
Status: ✅ Merged
Merged: 7/7/2016
Merged by: @phimage
Base:
master← Head:multipart-request-headers📝 Commits (3)
c37d110headers in multipart request4887e21Updated all appropriate functions to take in headers as an optional parameter for conveniencea499285Merge branch 'master' into multipart-request-headers📊 Changes
2 files changed (+11 additions, -11 deletions)
View changed files
📝
OAuthSwift/OAuth2Swift.swift(+9 -9)📝
OAuthSwift/OAuthSwiftClient.swift(+2 -2)📄 Description
Issue faced
func postMultiPartRequestis public it would be convenient to be able to pass headers to the underlying request function.Changes made
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.