HTTP

Hiper Metin Transfer Protokolü.

HTTP, World Wide Web için veri iletişiminin temelidir. İstemcinin sunucuya istek gönderdiği ve sunucunun yanıt döndüğü bir uygulama katmanı protokolüdür. Hız için HTTP/1.1'den HTTP/2'ye ve HTTP/3'e (QUIC/UDP tabanlı) evrilmiştir.

        graph LR
  Center["HTTP"]:::main
  Pre_tcp_ip["tcp-ip"]:::pre --> Center
  click Pre_tcp_ip "/terms/tcp-ip"
  Pre_dns["dns"]:::pre --> Center
  click Pre_dns "/terms/dns"
  Center --> Child_rest_apis["rest-apis"]:::child
  click Child_rest_apis "/terms/rest-apis"
  Rel_web_sockets["web-sockets"]:::related -.-> Center
  click Rel_web_sockets "/terms/web-sockets"
  Rel_css3["css3"]:::related -.-> Center
  click Rel_css3 "/terms/css3"
  Rel_schema_org["schema-org"]:::related -.-> Center
  click Rel_schema_org "/terms/schema-org"
  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

HTTP, web tarayıcınızın web sitelerini göstermesini istemek için kullandığı dildir.

🤓 Expert Deep Dive

HTTP, GET ve POST gibi yöntemleri tanımlar. HTTP/3, TCP yerine UDP üzerinde QUIC kullanarak Head-of-Line engellemesini çözer.

🔗 İlgili terimler

Ön koşullar:
Daha fazla bilgi:

📚 Kaynaklar