Update README.md

main
flopetautschnig 1 year ago committed by GitHub
parent f644506692
commit 894e22183d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save