mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-09-17 17:40:38 +03:00
Adjust markdown details
This commit is contained in:
@@ -1344,6 +1344,9 @@ HTTP 是一种在客户端和服务器之间编码和传输数据的方法。它
|
||||
| PUT | 创建或替换资源 | Yes | No | No |
|
||||
| PATCH | 部分更新资源 | No | No | Yes,如果回应包含刷新信息 |
|
||||
| DELETE | 删除资源 | Yes | No | No |
|
||||
|
||||
|
||||
|
||||
*多次执行不会产生不同的结果。
|
||||
|
||||
HTTP 是依赖于较低级协议(如 **TCP** 和 **UDP**)的应用层协议。
|
||||
|
Reference in New Issue
Block a user