ab

Results 15 issues of ab

Currently, the stack trace could be written to the log. We would like to have a way to return the stack trace information from the current thread, in a cross-platform...

enhancement

A new class may be defined to run a stand-alone HTTP(S) server easily. Including most out-of-the-box nginx features: - HTTP and HTTPS support with custom certificates or Let's Encrypt service;...

enhancement

Define some high-level wrapper classes to easily generate client/server SOA code, with direct and proper usage of HTTP/WebSockets client/server classes, and proper association with TRestServer. Those units could be associated...

enhancement

Our HTTP server classes (may be all since it is an OnRequest kind of implementation) should be able to run FastCGI. Perhaps plain CGI first (we have the proper RunRedirect()...

enhancement

Let our HTTP server socket class (maybe only async at first) implement a TCP reverse proxy, to replace nginx.

enhancement