says that append_hf() can be used inside a reply route?
-- Alex
On 12/18/2009 03:25 AM, Daniel-Constantin Mierla wrote:
On 12/17/09 11:10 PM, Alex Balashov wrote:
On 12/17/2009 05:00 PM, Andreas Heise wrote:
Hello,
if I create a response with sl_send_reply then the message contains not
an Allow header.
How could I add an Allow header to this responses?
append_hf("Allow: MOOSE,COW,GOAT\r\n");
from 'textops'
actually also from textops but it is append_to_reply().
Cheers,
Daniel