23.03.2019, 16:38
Is it possible not to use the data parameter as string, but only as integer? (a_http)
instead of
I can't test it now, so I'm asking.
Code:
forward HTTPR(index, response_code, data);
Code:
forward HTTPR(index, response_code, data[]);