Merge pull request #270 from phanan/get_post_head

Merge the two questions about get, post, and get into one
This commit is contained in:
Rich Gilbank 2015-03-19 19:38:57 -04:00
commit 53cde9f8ed
1 changed files with 1 additions and 2 deletions

View File

@ -147,8 +147,7 @@ duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
* Transfer-Encoding
* ETag
* X-Frame-Options
* Can you explain the difference between `GET` and `POST`?
* Can you explain the difference between `GET` and `HEAD`?
* What are HTTP actions? List all HTTP actions that you know, and explain them.
#### Coding Questions: