Update and rename HTTP-HTTPS.md to HTTP-and-HTTPS.md

This commit is contained in:
Angelos Chalaris
2018-07-18 19:50:44 +03:00
committed by GitHub
parent 103864d0b9
commit b532b048c8

View File

@ -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.