You've already forked system-design-primer
mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-07-12 22:20:44 +02:00
zh-TW: Fix comment format (#155)
This commit is contained in:
committed by
Donne Martin
parent
1b339dbdde
commit
bb49172d92
@ -1341,7 +1341,7 @@ HTTP 是一種在客戶端和伺服器端傳輸資料和定義編碼的方法。
|
|||||||
| PATCH | 更新部分資料 | No | No | Yes if response contains freshness info |
|
| PATCH | 更新部分資料 | No | No | Yes if response contains freshness info |
|
||||||
| DELETE | 刪除資料 | Yes | No | No |
|
| DELETE | 刪除資料 | Yes | No | No |
|
||||||
|
|
||||||
* 指的是當進行多次相同請求時,結果是相同的。
|
*指的是當進行多次相同請求時,結果是相同的。
|
||||||
|
|
||||||
HTTP 是依賴於較底層的協議(例如:**TCP** 和 **UDP**) 的應用層協議。
|
HTTP 是依賴於較底層的協議(例如:**TCP** 和 **UDP**) 的應用層協議。
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user