Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Adding PATCH HTTP method and urlencode request data #1928

Closed
wants to merge 2 commits into from
Closed

Adding PATCH HTTP method and urlencode request data #1928

wants to merge 2 commits into from

Conversation

davidchang
Copy link
Contributor

The ability to urlencode request data, by providing the boolean "urlEncodeRequestData" in the config object, as part of the issue: #1743

Setting default headers and a short method for PATCH requests, as part of the issue: #899

@IgorMinar
Copy link
Contributor

there are lots of issues in this PR, just to list some:

1/ needs cleanup
2/ separate PATCH changes from other changes so that it's one commit per logical change
3/ needs to be rebase to master
4/ the urlencoding transformation is on by default, I don't think that it should be part of $http unless you have a compelling arguments for including it

please read: http://docs.angularjs.org/misc/contribute

@davidchang
Copy link
Contributor Author

Retracting

@davidchang davidchang closed this Feb 20, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants