# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/udtdxkq
Go 發起 HTTP2-0 請求流程分析 -中篇-——數據幀 - 流控制**
閱讀建議 這是 HTTP2.0 系列的第二篇,所以筆者推薦閱讀順序如下:Go 中的 HTTP 請求之——HTTP1.1 請求流程分析 Go 發起 HTTP2.0 請求流程分析 (前篇) 本篇主要分爲三個部分:數據幀,流控制器以及通過分析源碼逐步瞭解流控制。本有意將這三個部分拆成三篇文章,但它們之間又有聯繫,所以最後依舊決定放在一篇文章裏面。由於內容較多,筆者認爲分三次分別閱讀三個部分 ⌘ Read more