Home > AI > Language > PHP >

request methods

GET

  • If you choose GET, the parameters are part of the URL.
  • If you choose POST, the parameters are passed as part of the request body.

HEAD

OPTIONS

PATCH

POST

PUT

DELETE

Leave a Reply