Backend
140 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
GraphQL
Query language for APIs requesting exactly needed data
gRPC
High-performance RPC framework using Protocol Buffers
Authentication
Verifying user identity before granting access
Backend Development
Building server-side logic, databases, and APIs
Caching
Storing frequently accessed data for improved performance
OAuth
Open standard for token-based authentication and authorization