From 894e22183d6f7f08f3aeea931e01dc95e760bbf3 Mon Sep 17 00:00:00 2001 From: flopetautschnig <69145145+floscodes@users.noreply.github.com> Date: Thu, 4 May 2023 11:11:37 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a80510e..428d019 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ A simple framework for writing web services in zig. * [Create a simple Web App](#create-a-simple-web-app) * [Types](#types) * [Route](#route) + * [Handler Functions](#handler-functions) + * [Request](#request) + * [Response](#response) + * [Header](#header) + * [Method](#method) + * [HTTP-Version](#http-version) + * [Namespaces](#namespaces) + * [Server](#server) ## Create a simple web app