HTTP (Hiper Metin Transfer Protokolü)
World Wide Web üzerindeki veri iletişimi için temel uygulama katmanı protokolü.
İnternete her girdiğinizde kullanılan bu protokol, istek ve yanıt döngüleri üzerine kuruludur.
graph LR
Center["HTTP (Hiper Metin Transfer Protokolü)"]:::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;
🧒 5 yaşındaki gibi açıkla
Tarayıcınız ile web sitelerinin birbirini anlamasını sağlayan konuşma kuralları setidir.
🤓 Expert Deep Dive
HTTP/1.1'den HTTP/3'e (QUIC) geçiş hızı artırmıştır. Durumsuz yapısı çerezlerle desteklenir. HTTPS güvenli iletişimi sağlar.
❓ Sık sorulan sorular
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.