diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
commit | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch) | |
tree | d4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/ca/glossary/http/index.html | |
parent | 33058f2b292b3a581333bdfb21b8f671898c5060 (diff) | |
download | translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2 translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip |
initial commit
Diffstat (limited to 'files/ca/glossary/http/index.html')
-rw-r--r-- | files/ca/glossary/http/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/files/ca/glossary/http/index.html b/files/ca/glossary/http/index.html new file mode 100644 index 0000000000..34ad38c95b --- /dev/null +++ b/files/ca/glossary/http/index.html @@ -0,0 +1,23 @@ +--- +title: HTTP +slug: Glossary/HTTP +tags: + - Beginner + - Glossary + - HTTP + - Infrastructure + - 'l10n:priority' +translation_of: Glossary/HTTP +--- +<p>HTTP (HyperText Transfer Protocol) és el {{glossary("protocol")}} bàsic que permet la transferència d'arxius en el {{glossary("World Wide Web","Web")}}. HTTP és textual (tota la comunicació es realitza en text pla) i apàtrida (ninguna comunicació és conscient de les comunicacions anteriors).</p> + +<div> +<h2 id="Aprèn_més">Aprèn més</h2> + +<ul> + <li><a href="/en-US/docs/Web/HTTP">HTTP en MDN</a></li> + <li>{{interwiki("wikipedia", "Hypertext Transfer Protocol", "HTTP")}} en Wikipedia</li> +</ul> +</div> + +<p> </p> |