Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Why not support 'PATCH' method? #576

Open
Dreampie opened this issue Mar 7, 2017 · 3 comments
Open

Why not support 'PATCH' method? #576

Dreampie opened this issue Mar 7, 2017 · 3 comments

Comments

@Dreampie
Copy link

Dreampie commented Mar 7, 2017

No description provided.

@ricardobanegas
Copy link

It does supports PATCH

patch(url, [body], [options])

Works just like POST:

this.$http.patch('/someUrl', [body], [options]).then(successCallback, errorCallback)

Read more https://github.com/pagekit/vue-resource/blob/develop/docs/http.md

@Dreampie
Copy link
Author

resource?

@digitalfiz
Copy link

Technically is doesnt @ricardobanegas. When you use this.$http.patch() it does a PUT not a PATCH. So it's very misleading.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants