View on GitHub

Software Development Guidelines

软件项目管理规范

Guidelines for RESTful Interface

Introduction

This is a guidelines for RESTful applications.

Method

[Using HTTP Methods for RESTful Services]

Method Meaning
POST Create
GET Read
PUT Update/Replace
DELETE Delete

Exceptions and Error Codes

URL

Body

Response Content

References