Update README.md
This commit is contained in:
parent
f644506692
commit
894e22183d
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue