From b6925d32ed9d11e8aff625fc3556dd4ade78996b Mon Sep 17 00:00:00 2001 From: Johnny Metz Date: Mon, 7 Feb 2022 19:56:18 -0800 Subject: [PATCH] Add HTTP to table of contents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f009ae8c..5483a1f2 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ Review the [Contributing Guidelines](CONTRIBUTING.md). * [Task queues](#task-queues) * [Back pressure](#back-pressure) * [Communication](#communication) + * [Hypertext transfer protocol (HTTP)](#hypertext-transfer-protocol-http) * [Transmission control protocol (TCP)](#transmission-control-protocol-tcp) * [User datagram protocol (UDP)](#user-datagram-protocol-udp) * [Remote procedure call (RPC)](#remote-procedure-call-rpc)