partial request working

This commit is contained in:
Alex
2025-01-09 23:11:57 +00:00
parent 589a5644d2
commit fa22bc8019
19 changed files with 766 additions and 36 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ public class HttpServerHelper
public void SendTextJson(HttpResponse resp, object output)
{
resp.Headers.Add("Content-Type", mime["json"]);
resp.Headers.Append("Content-Type", mime["json"]);
resp.StatusCode = 200;
/* TODO: figure this one out
resp.writeHead(200, "OK", {