David Pilato 052645903a Rest: remove status code from main action
Today we give the HTTP status back within the HTTP response itself and within the JSON response as well:

```sh
curl localhost:9200/
```

```js
{
  "status" : 200,
  "name" : "Red Wolf",
  "version" : {
    "number" : "2.0.0",
    "build_hash" : "6837a61d8a646a2ac7dc8da1ab3c4ab85d60882d",
    "build_timestamp" : "2014-08-19T13:55:56Z",
    "build_snapshot" : true,
    "lucene_version" : "4.9"
  },
  "tagline" : "You Know, for Search"
}
```
2015-01-12 12:37:46 +01:00
..
2014-12-01 10:52:00 +01:00
2015-01-05 12:53:37 +01:00
2015-01-12 12:13:23 +01:00
2014-12-15 18:04:17 +01:00
2014-09-11 09:52:09 +02:00
2014-08-21 10:34:39 +02:00
2014-12-30 17:40:51 +01:00