# 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/qyyzpfa
瞭解 Http 和 Https 的區別(圖文詳解)**
01 整體介紹隨着 HTTPS 的不斷普及和使用成本的下降,現階段大部分的系統都已經開始用上 HTTPS 協議。HTTPS 與 HTTP 相比, 主打的就是安全概念,相關的知識如 SSL 、非對稱加密、 CA 證書、數據完整性保護 等,我們多多少少也都有聽過。本文重點從原理上講解 HTTPS 的安全性,以及同 HTTP 的比較說明。02 HTTP 和 HTTPS 的比較HTTP(全稱:HyperT ⌘ Read more