MiniWebsvr

A small web server that aims to one day be embeddable.
Download

MiniWebsvr Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Nickolas Grigoriadis
  • Publisher web site:

MiniWebsvr Tags


MiniWebsvr Description

A small web server that aims to one day be embeddable. MiniWebsvr project is a small web server that aims to one day be embeddable. Small footprint and light on resources is a major requirement. Here are some key features of "MiniWebsvr": · Create a small ibrary you link into your app · The configuration can be pushed from the app or have its own handlers to read conf files. · This library provides you with HOOKS, into the server, so you can write your own functions that will override some functionality, e.g. · HOOK to override the default directory listing func · HOOK to call a func with given parameters when a certain resource (file) is called · HOOK to define fixed-content, and maybe even override disk IO with some VFS (so you can serve static content out of your own bundled resource file or a DB, etc...) · HOOK to override a whole directory, and that returns the sub-path and paremeters to a func · This library provides you with a parse/generate XML functionality so that you can easily pass data up and down (kinda like SOAP, but I prefer simplicity) · User space (Authenticated), so that you can use it for reliable data transfer What's New in This Release: New Features: · Changed Licence to X11/MIT · Win32 target now supports UTF-8 (Courtesy of Jackie Ku) · Improved Command-line options · Added short versions of nodirlist,noname & nolog (nd,nn & nl) · Made all parameters have the option of having '-' , '--' & '/' as leading indicating that a parameter command follows. · Fixed an issue where if the value to a parameter is omitted at the end of the parameter string, it catches the error properly, rather than continue as-if the parameter was never specified. Bug Fixes: · Fixes several off-by-one overflow/underflow bugs · Fixes an issue where not clearing memory before use · Made sub-root checking pedantic


MiniWebsvr Related Software