|
From: Decent E. <dec...@gm...> - 2025-11-10 04:44:38
|
FYI: it is not a “hack”, this is the standard way, how ALL HTTP methods in NaviServer are implemented. sometimes, the request handler is resolved by a tcl scripts, sometimes it is delivering a file, etc. I see. I thought GET POST HEAD were all handled with internal code and this just happened to be possible. Well, it’s a nice design then, that you’ve made the common methods implemented this way, so as you say, new methods can be easily added by users without needing to look at the C code. -john |