# 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/zohwloq
Go TLS 服務端綁定證書的幾種方式**
隨着互聯網的發展,網站提供的服務類型和規模不斷擴大,同時也對 Web 服務的安全性提出了更高的要求。TLS(Transport Layer Security)[1] 已然成爲 Web 服務最重要的安全基礎設施之一。默認情況下,一個 TLS 服務器通常只綁定一個證書 [2],但當服務複雜度增加時,單一證書已然難以滿足需求。這時,服務端綁定多個 TLS 證書就成爲一個非常實用的功能。Go 語言中的 n ⌘ Read more