Useful Links
Computer Science
Computer Networking
HTTP Protocol
1. Introduction to HTTP
2. Core Concepts of HTTP
3. HTTP Versions
4. Structure of HTTP Requests
5. HTTP Methods
6. Structure of HTTP Responses
7. HTTP Status Codes
8. State and Session Management
9. HTTP Caching
10. Securing HTTP
11. Advanced HTTP Concepts
HTTP Methods
Method Properties
Safe Methods
Definition of Safety
GET Method
HEAD Method
OPTIONS Method
TRACE Method
Idempotent Methods
Definition of Idempotency
PUT Method
DELETE Method
Safe Methods as Idempotent
Cacheable Methods
Standard Methods
GET Method
Retrieving Resources
Query Parameters
Caching Behavior
POST Method
Creating Resources
Form Submissions
Non-Idempotent Nature
PUT Method
Replacing Resources
Complete Resource Updates
DELETE Method
Removing Resources
HEAD Method
Retrieving Headers Only
Use Cases
OPTIONS Method
Discovering Supported Methods
CORS Preflight
PATCH Method
Partial Resource Updates
TRACE Method
Diagnostic Purposes
CONNECT Method
Tunneling Support
Previous
4. Structure of HTTP Requests
Go to top
Next
6. Structure of HTTP Responses