# 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/unb653q
golang 源碼分析:http 代理和 https 代理**
首先還是上代碼:https://github.com/xiazemin/dnsproxy,然後我們思考幾個問題:我們使用 charles 抓包的時候使用的是 https 代理還是 http 代理?使用 charles 代理的時候爲什麼要裝 charles 的證書,有什麼作用?http 代理能代理 https 的請求麼?首先測試下: 1,https 代理 https 請求 % H ⌘ Read more