Backend
25 views
HTTP Methods
Quick Definition
Standardized verbs defining actions on REST resources
Full Definition
Standardized verbs defining the action to perform on a resource in REST APIs.
Examples
GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
Related Terms
rest-api
api-design
crud
More Backend Terms
Circuit Breaker
Pattern preventing cascading failures by halting failing requests
Webhook
HTTP callback triggered by specific events
Apache Kafka
Distributed event streaming platform for high-throughput data
Repository Pattern
Design pattern abstracting data access behind an interface
RabbitMQ
Open-source message broker for reliable async messaging
Backend Development
Building server-side logic, databases, and APIs