About 12,500,000 results
Open links in new tab
  1. HTTP - Wikipedia

    HTTP (Hypertext Transfer Protocol) is an application layer protocol in the Internet protocol suite model for distributed, collaborative, hypermedia information systems. [1]

  2. HTTP: Hypertext Transfer Protocol | MDN - MDN Web Docs

    Jun 6, 2025 · HTTP is an application-layer protocol for transmitting hypermedia documents, such as HTML. It was designed for communication between web browsers and web servers, but it …

  3. What is HTTP - GeeksforGeeks

    Apr 1, 2024 · HTTP (Hypertext Transfer Protocol) is a fundamental protocol of the Internet, enabling the transfer of data between a client and a server. It is the foundation of data …

  4. What is HTTP? - W3Schools

    HTTP stands for Hyper Text Transfer Protocol. WWW is about communication between web clients and servers. Communication between client computers and web servers is done by …

  5. HTTP | Definition, Meaning, Versions, & Facts | Britannica

    May 19, 2025 · HTTP, standard application-level protocol used for exchanging files on the World Wide Web. Web browsers are HTTP clients that send file requests to Web servers, which in …

  6. An introduction to HTTP: everything you need to know

    Sep 11, 2019 · The core technology is HTTP - Hypertext Transfer Protocol. It's the communication protocol you use when you browse the web. At a fundamental level, when you visit a website, …

  7. HTTP Explained

    Jul 5, 2022 · The Hypertext Transfer Protocol (HTTP) is the primary means for requesting and receiving web-based resources. It is easy to implement, use, and scale. It is constantly …

  8. HTTP/1.1 vs HTTP/2: What's the Difference? - DigitalOcean

    Mar 17, 2022 · As opposed to HTTP/1.1, which keeps all requests and responses in plain text format, HTTP/2 uses the binary framing layer to encapsulate all messages in binary format, …

  9. HTTP Overview - Online Tutorials Library

    Basically, HTTP is a TCP/IP based communication protocol, that is used to deliver data (HTML files, image files, query results, etc.) on the World Wide Web. The default port is TCP 80, but …

  10. Overview of HTTP - HTTP | MDN - MDN Web Docs

    HTTP is a client-server protocol: requests are sent by one entity, the user-agent (or a proxy on behalf of it). Most of the time the user-agent is a Web browser, but it can be anything, for …