Use RFC 7230 terminology

This commit is contained in:
Alex Jordan 2015-07-25 18:42:07 -07:00
parent 3e85922865
commit af58887bf4
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
* Transfer-Encoding
* ETag
* X-Frame-Options
* What are HTTP actions? List all HTTP actions that you know, and explain them.
* What are HTTP methods? List all HTTP methods that you know, and explain them.
#### Coding Questions: