Author:
HTTP⚓︎
HTTP⚓︎
HTTP?
HTTP, Hypertext Transfer Protocol, is a protocol. HTTP uses plain text for all information communication between client and server, which is unsafe as it uses the internet.
Anatomy of an HTTP request⚓︎
| Level | Details | Response & Request |
|---|---|---|
| URL | Structure: CRUD method + HEAD (optional) + Path + HTTP version Details: see in URL. | Password & Key |
| HTTP Header | - Request headers - General headers - Representation headers | JWT (Base64 encoded RFC 7519) |
| HTTP body (optional) | - Single-resource body - Multiple-resource bodys | JSON (RFCs 8259) |