Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/CREDITS
diff options
context:
space:
mode:
authorIvan Davydov <lotigara@lotigara.ru>2025-06-29 00:08:38 +0300
committerIvan Davydov <lotigara@lotigara.ru>2025-06-29 00:08:38 +0300
commit11714ed6c9adc5b6f90bffa1b23d5bb5b2e20bd5 (patch)
tree9d1831871da0f1906f01cade4440206b6f0f9b84 /CREDITS
parent2cc696105d9f3b8785d2a903211e8adbd707a3e3 (diff)
Iuj ŝanĝoj...HEADmain
Diffstat (limited to 'CREDITS')
-rw-r--r--CREDITS5
1 files changed, 3 insertions, 2 deletions
diff --git a/CREDITS b/CREDITS
index 115c90e..cf5543d 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1,4 +1,5 @@
Server
======
-* https://github.com/JeffreytheCoder/Simple-HTTP-Server/blob/master/server.c
-* https://codereview.stackexchange.com/questions/284179/proper-implementation-of-signal-handler-and-multithreading-pthread
+* Starting point - <https://github.com/JeffreytheCoder/Simple-HTTP-Server/blob/master/server.c>
+* Combined with previous item - <https://codereview.stackexchange.com/questions/284179/proper-implementation-of-signal-handler-and-multithreading-pthread>
+* Request parser - <https://stackoverflow.com/questions/6180311/str-and-str>