The rule of thumb is that GET requests should be used for all read-only information retrieval, while POST requests should be used for any operation that changes the application state.
经验规则是,GET请求应该被用于接收所有只读信息,而POST请求应该被用于各种修改应用程序状态的操作。
The rule of thumb is that GET requests should be used for all read-only information retrieval, while POST requests should be used for any operation that changes the application state.
经验规则是,GET请求应该被用于接收所有只读信息,而POST请求应该被用于各种修改应用程序状态的操作。
应用推荐