Skip to content

tecowl/http_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages