$foo = RESTExample->new( server => 'http://localhost:3000', type => 'application/json', user => 'mee', passwd => 'sekrit', ); $foo->bar; # controller sub foo : L