I created an http_response object and replied with it in a typical handler, func(http_request req).
It worked at first time, but not worked at second time or later.
Is there a way to reuse the http_response object?
Or is it not intended to reuse many times?
Thanks.
It worked at first time, but not worked at second time or later.
Is there a way to reuse the http_response object?
Or is it not intended to reuse many times?
Thanks.