class Sinatra::Base

def post(path, opts={}, &bk); route 'POST', path, opts, &bk; end

def post(path, opts={}, &bk); route 'POST', path, opts, &bk; end