News

There's more to RESTful services than just using the HTTP verbs. You should also be leveraging the Location header and status code, for example.
Range requests enable you to retrieve partial content in lieu of the entire content for improved performance when working with WebAPI over HTTP.