From e49d7dc62fe484dfb2d1d1f8f270ffab4874bdf6 Mon Sep 17 00:00:00 2001 From: M Date: Mon, 5 Feb 2024 23:09:48 +0330 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db6b9f5..ad8b4a0 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,5 @@ export fn main (request: char[]): char[] { ``` The `main` function must return the HTTP response as an `char[]` or string. The return will be your app's response to the request. + +Also checkout the [server.fig](https://github.com/fig-lang/fig/blob/main/examples/server.fig) example file there is a lot of helper functions that will make the generation of response, Or reading the request easier.