# 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/l5wb5ua
Go 每日一庫:tproxy 是個啥?**
你有同感嗎?------當大家在開發服務端代碼的時候,會不會經常有如下疑問?納悶 MySQL 連接池到底有多少連接? 每個連接的生命週期持續多久? 連接異常斷開的時候到底是服務端主動斷的,還是客戶端主動斷的? 當長時間沒有請求的時候,底層庫是否有 KeepAlive 請求? 複雜網絡情況的處理從來都是後端開發的重點和難點之一,你是不是也爲各種網絡情況的調試而頭頂發涼呢?所以 ⌘ Read more