This commit is contained in:
garrying
2021-03-20 15:30:30 +00:00
parent d2e21d7c29
commit 8bfd0ff77c
21 changed files with 99 additions and 64 deletions

View File

@ -7,7 +7,7 @@
<p>https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol</p>
">
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex anthony"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex anthony"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
<div class="flex">
<article class="w-50">
<header class="mb2">
@ -17,15 +17,15 @@
</time>
</header>
<time class="code dib f7 ph3 pv2 ba br-pill" datetime="2021-03-19T01:49:17+00:00">
Last updated on March 19, 2021
<time class="code dib f7 ph3 pv2 ba br-pill" datetime="2021-03-20T15:29:52+00:00">
Last updated on March 20, 2021
</time>
</header>
<div id="notes-entry-container">
<div class="note-contents lh-copy">
<p>The <a class="internal-link" href="./hypertext">Hypertext</a> Transfer <a class="internal-link" href="./protocol">Protocol</a> (HTTP) is an application layer protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the <a class="internal-link" href="./world-wide-web">World Wide Web</a>, where <a class="internal-link" href="./hypertext">hypertext</a> documents include hyperlinks to other resources that the user can easily access, for example by a mouse click or by tapping the screen in a web browser.</p>
<p>The <a class="internal-link" href="/hypertext">Hypertext</a> Transfer <a class="internal-link" href="/protocol">Protocol</a> (HTTP) is an application layer protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the <a class="internal-link" href="/world-wide-web">World Wide Web</a>, where <a class="internal-link" href="/hypertext">hypertext</a> documents include hyperlinks to other resources that the user can easily access, for example by a mouse click or by tapping the screen in a web browser.</p>
<p>https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol</p>