blob: 1251d9c5ce9e3ea4219270c9330def888440839f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
title: HTTP
slug: Glossary/HTTP
tags:
- Anfänger
- Glossar
- HTTP
- Infrastruktur
translation_of: Glossary/HTTP
---
<p>HTTP (HyperText Transfer Protocol) ist das Standard {{glossary("protocol", "Protokoll")}}, dass es ermöglicht, Dateien über das {{glossary("World Wide Web","Web")}} zu übertragen. HTTP ist textlich (die gesamte Kouumunikation geschieht in einfachem Text) und zustandslos (Informationen aus vorheriger Kommunikation gehen verloren).</p>
<div>
<h2 id="Siehe_auch">Siehe auch</h2>
<ul>
<li><a href="/de/docs/Web/HTTP">HTTP on MDN</a></li>
<li>{{interwiki("wikipedia", "Hypertext Transfer Protocol", "HTTP")}} auf Wikipedia</li>
</ul>
</div>
<p> </p>
|