ghttp.Request adds the Exit method to mark service exit. When called before service execution, the service will no longer execute;
ghttp.Response removes the WriteString method, using the Write method uniformly for data stream return, with flexible parameter form;
Template engine adds template variable exposure interface LockFunc/RLockFunc to support developers in handling template variables flexibly;
ghttp.Server adds access & error log functionality and supports developers in customizing log processing callback function registration;
Added gredis package, supporting redis client operation encapsulation, and adding gredis.Redis object to gins singleton manager for unified configuration management maintenance;
gins singleton manager adds automatic update detection mechanism for singleton object configuration files. When the configuration file changes externally, it automatically refreshes the singleton objects in the manager;
For newly added modules, corresponding development documentation is also added, and existing other module development documentation is organized and improved;