DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
Why can GET requests participate in HTTP caching/CDN edge-caching in a way mutating methods cannot?
A
GET requests are always faster regardless of caching
B
GET's safety (no server-side state change) is exactly the property that makes a response safe to store and reuse for subsequent identical requests
C
Mutating methods are technically incapable of returning any response
D
Caching has no relationship to HTTP method semantics
Check Answer