module Sinatra::Test

def post(path, *args, &b) ; make_request('POST', path, *args, &b) ; end

def post(path, *args, &b) ; make_request('POST', path, *args, &b) ; end