Michael Link <[EMAIL PROTECTED]> writes: > Something like this would be useful for mod_tcl, I know I have a > bunch of similar functions that are implemented everywhere else > also. (base64, cookie parsing, MIME parsing etc).
Any reason you don't use the Apache ones? Or do you see a future in which mod_tcl is unlinked from Apache? My understanding has been that mod_tcl pretty much gives you the Apache API, and therefore, uncoupling the two would be a bit unnatural. > Wasn't this what apreq was supposed to accomplish? apreq gives you a layer on top of the Apache API for some useful things like variables, cookies, file uploads and so forth - but it's placed quite soundly on top of Apache. > I haven't kept up with apreq, but I know the reason I couldn't use > it at the time was because it wasn't compatible with Apache 2.0. I suspect that may be a while in coming... However, it's something else we can consider for this library. -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http://tcl.apache.org/ Personal: http://www.efn.org/~davidw/
