From b532b048c8bd3eea26023445fd511e3eec280e18 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 18 Jul 2018 19:50:44 +0300 Subject: [PATCH] Update and rename HTTP-HTTPS.md to HTTP-and-HTTPS.md --- glossary/{HTTP-HTTPS.md => HTTP-and-HTTPS.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename glossary/{HTTP-HTTPS.md => HTTP-and-HTTPS.md} (70%) diff --git a/glossary/HTTP-HTTPS.md b/glossary/HTTP-and-HTTPS.md similarity index 70% rename from glossary/HTTP-HTTPS.md rename to glossary/HTTP-and-HTTPS.md index d8d78146d..1ac999f02 100644 --- a/glossary/HTTP-HTTPS.md +++ b/glossary/HTTP-and-HTTPS.md @@ -1,4 +1,4 @@ ### HTTP and HTTPS The HyperText Transfer Protocol (HTTP) is the underlying network protocol that enables transfer of hypermedia documents on the Web, usually between a client and a server. -The HyperText Transfer Protocol Secure (HTTPS) is an encrypted version of the HTTP protocol. It uses SSL to encrypt all data transfered between a client and a server. +The HyperText Transfer Protocol Secure (HTTPS) is an encrypted version of the HTTP protocol, that uses SSL to encrypt all data transfered between a client and a server.