Hi,
I'm new to shttpd, but I'm familiar with the Hughes libhttpd. I'm
converting our embedded application to utlilize shttpd as a shared
object library instead.
One of the most important functions that I cannot find an equivalent
for in shttpd is the ability to enumerate all the variables in a query
string. In other words, we need to be able to fetch all the variables
without knowing their names. This by the way has to be done within
the confines of a C callback.
This is the equivalent code snippet in Hughes' libhttpd:
tVar = httpdGetVariableByPrefix (server, "");
while ( tVar != NULL ) {
/* Do something with this variable then move on to the next */
tVar = httpdGetNextVariableByPrefix (tVar, "");
}
Are there any plans to implement such a function in the future?
Thanks.
M
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
shttpd-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shttpd-general