Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 810 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 810 Bytes

HTTPチュートリアル

事前準備

  • ruby
    • HTTPサーバを簡単に立てるために使う
  • curl
    • Windows版
    • Macと大抵のLinuxは標準でインストール済み
  • jq
    • 通信には必須ではないが便利
  • Chrome
    • ブラウザ

ステップ

  1. Hello, World
  2. Server side
  3. JSON
  4. RESTful API
  5. Authentication 認証

試験(準備中)

  1. POST your account
  2. POST your order
  3. Update your order
  4. Remove your comment
  5. Summarize public orders and report it

その他のトピック

  1. Content-Type
  2. Form
  3. Cookie
  4. XSS, CSRF, etc
  5. CORS