Doczom 3d3fa69481 Added basic files
Added basic files:
 - httpd.asm - main loop server, include other files;
 - httpd_lib - file for data(constants, response string, headers etc.);
 - parser.inc - function for generation structure of HTTP request;
 - settings.inc - description request structure and function for read config file;
 - sys_func.inc - list function, for  worked with sockets, filesystem  and other functions system;
NOTE:
 The server does not work in this version, but the main loop and the parser work.
2023-11-12 16:02:12 +05:00
2023-11-12 16:02:12 +05:00
2023-11-12 16:02:12 +05:00
2023-11-12 16:02:12 +05:00
2023-11-12 15:46:00 +05:00
2023-11-12 16:02:12 +05:00
2023-11-12 16:02:12 +05:00
2023-11-12 16:02:12 +05:00
Description
Simple-httpd server for KolibriOS, writen in fasm
BSD-3-Clause 213 KiB
Languages
Assembly 75.5%
HTML 24.1%
Makefile 0.4%