HTTP, a stateless protocol

  1. The Protocol Every Web Developer Must Know - Part 1
  2. HTTP Made Really Easy

These two links are what I read on. From requests, server make it responses.

It’s a stateless, application-layer protocol for communicating between distributed systems.

There are “verbs” such as

and “status codes”

Have a Request, three things

give a Response

check Request header. Response format. use “HTTP client” tool.

and use Chrome/webkit inspector.

 
1
Kudos
 
1
Kudos

Now read this

how to start minitest - Ruby on Rails

From my previous post all the setup’s done for Rails, for minitest and Capybara. http://www.rubydoc.info/github/jnicklas/capybara https://github.com/blowmage/minitest-rails https://github.com/blowmage/minitest-rails-capybara I read those... Continue →