Skip to content

HTTPClient.h not compatible with DELETE method? #4203

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

Closed
LuHoang opened this issue Jul 25, 2020 · 5 comments
Closed

HTTPClient.h not compatible with DELETE method? #4203

LuHoang opened this issue Jul 25, 2020 · 5 comments
Labels
Status: Stale Issue is stale stage (outdated/stuck)

Comments

@LuHoang
Copy link

LuHoang commented Jul 25, 2020

Hardware:

Board: ESP32 Dev Module
IDE name: Arduino IDE

Description:

I was using the HTTPclient library for the Arduino IDE. I looked through the source codes, examples, etc. and found no mention of the DELETE method. I only have seen the GET, POST, and PUT. Is there a limitation that currently limited it? thanks.

@Jeroen88
Copy link
Contributor

You are right, DELETE is not there. You could do a sendRequest("DELETE") though I think.Or take a look at PR #3848.

@stale
Copy link

stale bot commented Sep 26, 2020

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Stale Issue is stale stage (outdated/stuck) label Sep 26, 2020
@stale
Copy link

stale bot commented Oct 10, 2020

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Oct 10, 2020
@jshep321
Copy link

Still needed. Reopen!

@jasza2
Copy link

jasza2 commented Jan 23, 2023

still needed , reopen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Stale Issue is stale stage (outdated/stuck)
Projects
None yet
Development

No branches or pull requests

4 participants