From 8231a0cc62e4045459e3315b7accf09dc48a7831 Mon Sep 17 00:00:00 2001 From: Paul Samuel Vishesh Date: Fri, 1 Nov 2024 15:05:57 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d373332..b163d36 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,6 @@ which doesn't depend upon any 3rd party libraries except the standard CRT and BSD OS libs. ... + +Currently moving HTTP server related code to (TinyLittleHTTP)[https://github.com/SeriousSamV/TinyLittleHTTP] and having it as the upstream lib. +This repo will focus only on serving embeded Python scriptlets through PyHP files, rather than HTTP itself.