Hands-On RESTful API Design Patterns and Best Practices
上QQ阅读APP看书,第一时间看更新

HTTP interactions

A REST API doesn't suggest any special transport layer mechanisms, and all it needs is basic Hyper Text Transfer Protocol and its methods to represent its resources over the web. We will touch upon how REST should utilize those basic HTTP methods in the upcoming sections.