Yahoo Web Search

Search results

  1. Dictionary
    HTTP
    /ˌāCH ˌtē ˌtē ˈpē/

    abbreviation

    • 1. Hypertext Transfer (or Transport) Protocol, the data transfer protocol used on the World Wide Web.
  2. en.wikipedia.org › wiki › HTTPHTTP - Wikipedia

    HTTP is an application layer protocol for distributed, collaborative, hypermedia information systems. It defines how clients and servers exchange requests and responses, and how intermediate nodes can improve or enable communications.

  3. www.w3schools.com › whatis › whatis_httpWhat is HTTP? - W3Schools

    HTTP stands for Hyper Text Transfer Protocol, the communication between web clients and servers. Learn how HTTP requests and responses work, and how to use XHR and AJAX for updating web pages.

  4. People also ask

    • Components of HTTP-based systems. 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 example, a robot that crawls the Web to populate and maintain a search engine index.
    • Basic aspects of HTTP. HTTP is simple. HTTP is generally designed to be simple and human-readable, even with the added complexity introduced in HTTP/2 by encapsulating HTTP messages into frames.
    • What can be controlled by HTTP. This extensible nature of HTTP has, over time, allowed for more control and functionality of the Web. Cache and authentication methods were functions handled early in HTTP history.
    • HTTP flow. When a client wants to communicate with a server, either the final server or an intermediate proxy, it performs the following steps: Open a TCP connection: The TCP connection is used to send a request, or several, and receive an answer.

    Code sample

    GET / HTTP/1.1
    Host: developer.mozilla.org
    Accept-Language: fr
  5. Apr 1, 2024 · HTTP is a protocol that enables data transfer between a client and a server on the World Wide Web. Learn about its history, methods, request-response cycle, status codes, headers, and advantages and disadvantages.

  6. May 28, 2015 · HTTP is the protocol used to transfer data over the web. It defines commands and services for transmitting webpage data and uses a server-client model. Learn about HTTP status codes, commands, and HTTPS.

  7. HTTP is the standard protocol for exchanging files on the World Wide Web. Learn about its history, features, and variations, from HTTP/1.0 to HTTP/3, and how it differs from HTTPS and @ sign.

  8. Jul 4, 2024 · HTTP is a protocol for transmitting hypermedia documents, such as HTML, between web browsers and web servers. Learn how to use HTTP with tutorials, guides, reference, and tools.

  1. People also search for