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

HTTPRequest Examples #93

Open
alex-Symbroson opened this issue Oct 17, 2023 · 0 comments
Open

HTTPRequest Examples #93

alex-Symbroson opened this issue Oct 17, 2023 · 0 comments

Comments

@alex-Symbroson
Copy link
Collaborator

AlanH — 02/03/2023 11:20
Get, post, json, put, delete or head
are valid for httprequest. Examples would be nice (there may already be some out there in Google groups). Generally more examples are good, particularly if different options need completely code around them (like GET and PUT).

Symbroson — 02/03/2023 12:51
I agree adding another example for POST might be helpful but for most cases GET and POST are the only ones ever used
Theres a wide range of HTTP methods
https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods but technically they are all the same except they can represent different actions on the server - therefore they are completely dependent on its API implementation

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

No branches or pull requests

1 participant