In REST API design, what is the primary implication of the statelessness constraint on server-side request handling?
AClients can send partial data and the server will combine it with stored context
BThe server should maintain user session data between requests to improve performance
CEach request must contain all information needed for processing without relying on stored session data
DThe server must store authentication tokens to validate subsequent requests