About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
theonlychase
11/4/2019 - 7:14 PM
share
Share
add_circle_outline
Save
What is HTTP?
http
content_copy
file_download
Rendered
Source
What is HTTP?
Hyper Text Transfer Protocol
Communication between web servers and clients
HTTP Requests / Responses
Includes Header and Body
Important Status Codes
1.xx - Informational
2.xx - Success
200 - Success
201 - Created
204 - No Content
3.xx - Redirection
304 - Not Modified
4.xx Client Error
400 - Bad Request
401 - Unauthorized
404 - Not Found
5.xx - Server Error
500 - Internal Server Error
HTTP Methods
GET
POST
PUT
DELETE
clear