Introduction au Web
Variété des métiers du Web : front, back, devops
GET
: Get a specific resourcePOST
: Create a new resourcePUT
: Update an existing resource (or create).DELETE
: Delete the specified resource.HEAD
: Get the metadata informationTRACE
, OPTIONS
, CONNECT
, PATCH
: avancéCreate / Read / Update / Delete (CRUD)
\(\equiv\)
Post / Get / Put / Delete