Version 0.1.0 has been released:
- Added a feature for easily sending an http response
- Minor bugs have been fixed
- Updated API for server modules
- Added a readme file
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.