Benoît Minisini wrote:
As stated in the documentation, gb.web allows you to implement *CGI* scripts,
i.e. executables that are run by the HTTP server and that return the HTTP
response on their standard output stream.
Regards,
--
Benoît
yes, of course. So, the solution could be to make a separate executable which I send the raw stream and receive the output. Is it a good idea in you opinion?
Best regards and thank you.