Update README.md

This commit is contained in:
flopetautschnig 2023-05-04 11:11:37 +02:00 committed by GitHub
parent f644506692
commit 894e22183d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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