module Middleman::Features::Proxy::ClassMethods

def proxy(path, options={})

proxy '/twitter', "http://twitter/web/service"

Proxies requests to the path
def proxy(path, options={})
  Middleman::Features::Proxy::Collection.add(path, options)
end