Files
30-seconds-of-code/glossary/HTTP-and-HTTPS.md
2019-08-13 11:19:29 +03:00

8 lines
393 B
Markdown

---
title: HTTP and HTTPS
tags: 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, that uses SSL to encrypt all data transferred between a client and a server.