HTTP (Hypertext Transfer Protocol)
Das grundlegende Protokoll der Anwendungsschicht für die Datenkommunikation im World Wide Web.
Ohne HTTP gäbe es kein Web. Es regelt den Austausch von Ressourcen zwischen Browsern und Servern.
graph LR
Center["HTTP (Hypertext Transfer Protocol)"]:::main
Rel_decentralized_autonomous_organization_dao["decentralized-autonomous-organization-dao"]:::related -.-> Center
click Rel_decentralized_autonomous_organization_dao "/terms/decentralized-autonomous-organization-dao"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 Erkläre es wie einem 5-Jährigen
Die Regeln, nach denen dein Browser und eine Website miteinander sprechen, um Inhalte anzuzeigen.
🤓 Expert Deep Dive
HTTP ist zustandslos. HTTP/3 nutzt QUIC für schnellere Verbindungen. HTTPS bietet Sicherheit durch Verschlüsselung.
❓ Häufig gestellte Fragen
What is the difference between HTTP and HTTPS?
HTTPS is HTTP with encryption (SSL/TLS), making it secure for sensitive data like passwords.
What does a 404 error mean?
It means the server couldn't find the specific resource you requested.