Skip to content
Hypertext Transfer Protocol

File:HTTP_logo.svg · Wikimedia Commons · See Wikimedia Commons

EntityQ8777· pop 95· linked from 1,892 articles

Hypertext Transfer Protocol

Sign in to save

Also known as http:, http://

belangrijkste internetprotocol

AI overview

HTTP is the set of rules that computers use to send and receive web pages and other information over the internet. It matters because it's the foundation that makes the World Wide Web work, allowing you to click links and view documents in your web browser.

AI-generated from the Wikipedia summary — may contain errors.

Key facts

Protocol.image
HTTP logo.svg180px
Protocol.developer
Initially CERN; IETF, W3C

via Wikipedia infobox

Described at

What is HTTP

w3schools.com

HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP W3.CSS C C++ C HOW TO BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS DSA TYPESCRIPT ANGULAR ANGULARJS GIT POSTGRESQL MONGODB ASP AI R GO KOTLIN SWIFT SASS VUE GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE INTRO TO PROGRAMMING INTRO TO HTML & CSS BASH RUST TOOLS ) The World Wide Web is about communication between web clients and web servers . Clients are often browsers (Chrome, Edge, Safari), but they can be any type of program or device. 1. The browser requests an HTML page. The server returns an HTML file. 2. The browser requests a style sheet. The server returns a CSS file. 3. The browser requests an JPG image. The server returns a JPG file. 4. The browser requests JavaScript code. The server returns a JS file 5. The browser requests data. The server returns data (in XML or JSON). XHR is often used to request and receive data for the purpose of modifying a web page. Despite the XML and Http in the name, XHR is used with other protocols than HTTP, and the data can be of many different types like HTML , CSS , XML , JSON , and plain text.

Excerpt from a page describing this subject · 18,348 chars · not written by Vinony

Wikidata facts

Official website
httpwg.org/specs
Show 8 more facts
port
80
Commons category
Hypertext Transfer Protocol
inception
1989-00-00
media type
message/http
publication date
1990-00-00
software version identifier
2
Sources (7)

via Wikidata · CC0

Article · Nederlands

Hypertext Transfer Protocol (HTTP) is het protocol voor de communicatie tussen een webclient (meestal een webbrowser of een app) en een webserver. Dit protocol wordt niet alleen veel op het wereldwijde web gebruikt, maar ook op lokale netwerken (we spreken dan van een intranet). In HTTP is vastgelegd welke vragen (de Engelse term hiervoor is requests) een cliënt aan een server kan stellen en welke antwoorden (de Engelse term is responses) een webserver daarop kan teruggeven. Elke vraag bevat een URL die naar een webcomponent of een statisch object zoals een webpagina of plaatje verwijst.

Abstract from DBpedia / Wikipedia · CC BY-SA

Gallery (7)

Connections

Categories