Catalyst::Controller::REST
- Deserialize request
- {"foo":"bar"} in body becomes $c->request->data->{foo} == 'bar
- Serialize response
- $self->status_success($c, {foo => 'bar'})
200 OK
Content-type: text/x-json
{"foo":"bar"}
| Catalyst | Maintainable web apps made easy! | #128 |
200 OK
Content-type: text/x-json
{"foo":"bar"}
| Copyright © 2007 Jonathan Rockway |