Hello list,<br><br>If this is not the right place for questions concerning UCW, please point me to wherever those are appropriate.<br><br>I've started trying to get a UCW project off the ground a few weeks ago, and by now I'm starting to get somewhat comfortable with the framework. A few things I haven't managed to figure out yet though:
<br><br>- Is there a supported way to get header variables out of a request object? I can just access the headers slot using ucw::headers, but that's not very nice.<br><br>- Also, is there a way to set headers for a response? I need one header added to every response the server generates, but I haven't been able to find a way to even set a header in a single response.
<br><br>- Is it a problem to call multiple components that never answer? I suppose this would build up some kind of call stack... is there a way to do a 'tail call' - replacing the current component with another one?<br><br>
Thanks,<br>Marijn Haverbeke<br><br>