gambas-source-code/comp
gambas 08c8402714 Allows requests and responses to be processed several times in the same process.
[GB.WEB]
* NEW: CGI.Reset() is a new method that resets CGI variables to their initial values.
* NEW: Request.Reset() is a new method that reads the request contents again.
* BUG: Use System.Language if the 'Accept-Language' HTTP header is void.
* NEW: Response.Begin() now takes the content-type as optional argument.
* NEW: Response.Reset() allows to send the response again.
* NEW: Compress text responses if its size is greater than 512 bytes, not 128.
2020-01-04 01:50:06 +01:00
..
src Allows requests and responses to be processed several times in the same process. 2020-01-04 01:50:06 +01:00
acinclude.m4
AUTHORS
ChangeLog
configure.ac
COPYING
INSTALL
Makefile.am
NEWS
README
reconf
TODO