# File lib/sinatra/async.rb, line 54 def apost(path, opts={}, &bk); aroute 'POST', path, opts, &bk; end