upr.git  about / heads / tags
Upload Progress for Rack
blob 3cd21d0f85b0a4c14a52bbd84d0969101fe28aec 203 bytes (raw)
$ git show HEAD:lib/upr/status.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
9
 
# -*- encoding: binary -*-
require 'upr/status_methods'
module Upr

  # this is what we store in the Moneta-backed monitor
  class Status < Struct.new(:seen, :length)
    include StatusMethods
  end
end

git clone https://yhbt.net/upr.git