Glossary

HTTP Methods

HTTP methods define the type of operation on a resource. REST APIs use them semantically: the method expresses the intent of the request, not just how data is transferred.

Core methods

Safe vs Idempotent