Content Type Negotiation
~$ curl -i http://localhost/thing/42/update HTTP/1.1 404 Not Found Content-Type: text/html;charset=utf-8 <html> <head><title>Error 404</title></head> <body> <h1>Error 404</h1> <p>Cannot load Foo from id 42</p> </body> </html>