From 2ae8ea877d1cbd9591bc212b7876a5c3eb6b35c0 Mon Sep 17 00:00:00 2001 From: Pedro Fonseca Date: Wed, 19 Jun 2024 02:13:52 +0000 Subject: [PATCH] feat: add links --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 002426e..f0676f2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ # A Simple RESTful Web Server in PURE C +
+ + Portuguese version + + | + + Article +
+
RESTful web server in C using [libmicrohttpd](https://www.gnu.org/software/libmicrohttpd/), a lightweight HTTP server library. -> For a detailed example, you can refer to the [libmicrohttpd manual](https://www.gnu.org/software/libmicrohttpd/manual/libmicrohttpd.html#Simple-HTTP-server-example). +For a detailed example, you can refer to the [libmicrohttpd manual](https://www.gnu.org/software/libmicrohttpd/manual/libmicrohttpd.html#Simple-HTTP-server-example). ## Why Choose C for This Project?