interagent / http-api-design

HTTP API design guide extracted from work on the Heroku Platform API
https://geemus.gitbooks.io/http-api-design/content/en/
Other
13.69k stars 1.07k forks source link

Replace HTTP/1.1 RFC 2616 reference with RFC 7231. #50

Closed triplepoint closed 10 years ago

triplepoint commented 10 years ago

The previous HTTP/1.1 RFC 2616 has been replaced by RFC 7231. The new RFC offers greater clarity around status codes.

geemus commented 10 years ago

Thanks!