# 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/dnsfk3q
HTTP 將增加一個新的方法類型!**
大家好,我是 ConardLi。 在傳統的 HTTP 協議中,GET 和 POST 是最常用於請求數據的兩種方法。然而,它們各自有着一定的侷限性。特別是當請求數據量較大時,通過 GET 方法將參數嵌入 URL 中顯得不夠靈活。另一方面,儘管 POST 方法允許在請求體中傳遞大量數據,卻無法保證操作的冪等性和安全性。爲了彌補這些不足,HTTP 工作組提出了一種新的方法——QUERY,該方法既能承載 ⌘ Read more