Releases: zhongjie-cai/web-server
Releases · zhongjie-cai/web-server
Minor update v1.2.5
Changes:
- upgraded test/mock library to [email protected]
- removed redundant functions
- added timestamp on default customization logging
v1.2.4
Feature set
- Allow easy customization for routes, statics and middleware
- Translate HTTP handling into normal function parameters and returns
- Customizable logging around aspect borders and corners
- Featured error handling with HTTP status code mapping
- Support both HTTP and HTTPS hosting and mTLS client certificate validation
- Support customization of net.Listener for HTTP Server
- Support hosting of multi-webserver applications
- Support wrapped web-call to external web services via internal session
- Support customized panic handling
- Support AppError for HTTP code and response construction
- Support AppError with wrapping feature
General Release v1.2.3
Feature set
- Allow easy customization for routes, statics and middleware
- Translate HTTP handling into normal function parameters and returns
- Customizable logging around aspect borders and corners
- Featured error handling with HTTP status code mapping
- Support both HTTP and HTTPS hosting and mTLS client certificate validation
- Support customization of net.Listener for HTTP Server
- Support hosting of multi-webserver applications
- Support wrapped web-call to external web services via internal session
- Support customized panic handling
- Support AppError for HTTP code and response construction
- Support AppError with wrapping feature