class Qeweney::Request

def tx_incr(count)

def tx_incr(count)
  headers[':tx'] ? headers[':tx'] += count : headers[':tx'] = count
end