var readOnlyVerbs …
type watchIdentifier …
type ForgetWatchFunc …
type WatchTracker …
type builtinIndexes …
func getBuiltinIndexes() builtinIndexes { … }
type watchTracker …
func NewWatchTracker() WatchTracker { … }
const unsetValue …
func getIndexValue(r *http.Request, field string) string { … }
type indexValue …
func (w *watchTracker) RegisterWatch(r *http.Request) ForgetWatchFunc { … }
func (w *watchTracker) updateIndexLocked(identifier *watchIdentifier, index *indexValue, incr int) { … }
func (w *watchTracker) forgetWatch(identifier *watchIdentifier, index *indexValue) ForgetWatchFunc { … }
func (w *watchTracker) GetInterestedWatchCount(requestInfo *request.RequestInfo) int { … }