# 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/b6keksq
Go 發起 HTTP2-0 請求流程分析 -後篇-——標頭壓縮**
這是 HTTP2.0 系列的最後一篇,筆者推薦閱讀順序如下:Go 中的 HTTP 請求之——HTTP1.1 請求流程分析 Go 發起 HTTP2.0 請求流程分析 (前篇) Go 發起 HTTP2.0 請求流程分析 (中篇)——數據幀 & 流控制 回顧在前篇(http2ClientConn).roundTrip方法中提到了寫入請求 header,而在寫入請求 header 之前需 ⌘ Read more