# 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/rtowhiq
從 HTTP 角度看 Go 如何實現文件提交**
早前寫過一篇文章,Go HTTP 請求 QuickStart。當時,主要參考 Python 的 requests 大綱介紹 Go 的 net/http 如何發起 HTTP 請求。最近,嘗試錄成它的視頻,訪問地址 [1]。發現當時寫得挺詳細的,可能是標題沒起好,QuickStart 把文章降低好幾個檔次,發出來後,一個點贊都沒有,傷心的同時,也領悟到了標題的重要性。雖說比較詳細,但也只是介紹用法,可 ⌘ Read more