タグ

ブックマーク / krisjordan.com (1)

  • Towards RESTful PHP - 5 Basic Tips · Kris Jordan

    What is REST? REST is an architectural style, or set of conventions, for web applications and services that centers itself around resource manipulation and the HTTP spec. Web apps have traditionally ignored the HTTP spec and moved forward using a subset of the protocol: GET and POST, 200 OKs and 404 NOT FOUNDs. As we entered a programmable web of applications with APIs the decision to ignore HTTP

    hiro_y
    hiro_y 2008/12/13
    RESTfulなアプリを作るために。もっとHTTPのステータスコードを意識するのは必要そう。
  • 1