Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"PATCH" request support #150

Open
jtalz opened this issue Feb 7, 2022 · 1 comment
Open

"PATCH" request support #150

jtalz opened this issue Feb 7, 2022 · 1 comment

Comments

@jtalz
Copy link

jtalz commented Feb 7, 2022

I noticed that the typed supporting http request methods are "GET", "POST", "PUT", "DELETE". May I make a PATCH request using this library's fetch function?

I'd picture it working like so:

fetch(url, {
  method: "PATCH",
  ...
}) 
@sakhmedbayev
Copy link

sakhmedbayev commented Sep 8, 2022

Interestingly, the PATCH method works on iOS but Android. Any thoughts on why or plans to support it?

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

No branches or pull requests

2 participants