Missing Method in LinksController

You are seeing this error because the action http is not defined in controller LinksController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the LinksController::http() in file : app/controllers/links_controller.php

<?php
class LinksController extends AppController {
   function http() {
   }

}
?>