How the Internet Works for Developers note

request
response header
    status :200's OK  300's redirect 400's errors or not find in loading 500's the server broke or                             somethings exception.




get : get something (give me s resource)
post : creating somethings new or doing something basic loading
put :edit something(like tweet)/update
delete :delete the tweet /javascript will send delete request.



<the video source>

留言