mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
6 lines
81 B
Ruby
6 lines
81 B
Ruby
module Rack
|
|
class Attack
|
|
class Request < ::Rack::Request
|
|
end
|
|
end
|
|
end
|