Backend
139 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
Load Shedding
Rejecting requests under excessive load to maintain stability
API Versioning
Maintaining multiple API versions for backward compatibility
OAuth
Open standard for token-based authentication and authorization
Rate Limiting
Controlling request frequency within a time period
gRPC
High-performance RPC framework using Protocol Buffers
Middleware
Software processing requests between OS and applications