You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: