智能化下的产物,无人棋牌室
AppWeb 5.6.0 发布,此版本更新日志:
- Support loading esp.json files for stand-alone ESP pages
- Improve esp loading diagnostics
- Add esp.app and http.pipeline configuration properties
- Fix cross-compiling ESP applications and support –static and –rom
- Fix CPU hog with certain invalid HTTP requests
- Add support for SSL SNI based connections
- Fix ESP range requests
- Change ShowDefaults to be false by default
- Fix ESP in ROM mode
- Add esp –combine option for compiling for ROM
- Fix building without a file system (ROM) support
- Enable ROM support with disk file system support. See issue #550
- Makeme command updated with new options
- Fix retrying client requests failing cert validation
- Fix trace log in the common log format
- Fix timezone parsing in date strings
- Improve the calculation of the etag response header
- ServerName strictly enforced
- Update API stability classifications
- Samples updated
- Documentation updated
更多内容请看发行说明,下载:https://github.com/embedthis/appweb/archive/v5.6.0.zip。
同时还发布了 AppWeb 6.2.0,更新内容如下:
- Support loading esp.json files for stand-alone ESP pages
- Improve esp loading diagnostics
- Add esp.app and http.pipeline configuration properties
- Simplify ESP loading code
- Optimize loading ESP applications
下载:https://github.com/embedthis/appweb/archive/v6.2.0.zip。
Appweb是一个嵌入式HTTP Web服务器,主要的设计思路是安全。这是直接集成到客户的应用和设备,便于开发和部署基于Web的应用程序和设备。Appweb 速度快而且体积小 ,其中包括支持动态网页制作,服务器端嵌入式脚本过程中的CGI ,可加载模块,的SSL ,摘要式身份验证,虚拟主机, Apache样式配置,日志记录,单和多线程应用程序。它提供了大量的文档和示例。