# 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/fb5lp6a
寫給 go 開發者的 gRPC 教程 - 安全**
使用 TLS 安全傳輸數據-------------什麼是 SSL/TLS SSL 包含記錄層(Record Layer)和傳輸層 [1],記錄層協議確定傳輸層數據的封裝格式。傳輸層安全協議使用 X.509[2] 認證,之後利用非對稱加密演算來對通信方做身份認證,之後交換對稱密匙作爲會話密匙(Session key[3])。這個會談密匙是用來將通信兩方交換的資料做加密,保證兩個應用間通信的保密 ⌘ Read more