Slide 8
Slide 8 text
Indicate any optional features for the resource
Allow: HTTP methods this resource allows
headers
HTTP/1.1 200 OK
Allow: GET,HEAD,OPTIONS
Content-Type: application/json
{"tacos": ["fish", "steak", "veggie"]}
HTTP/1.1 200 OK
Allow: GET,HEAD,OPTIONS
Content-Type: application/json
{"tacos": {
"types": ["fish", "steak", "veggie"]
}}