Skip to content

Releases: zhongjie-cai/web-server

Minor update v1.2.5

09 Nov 07:14
Compare
Choose a tag to compare

Changes:

  • upgraded test/mock library to [email protected]
  • removed redundant functions
  • added timestamp on default customization logging

v1.2.4

23 Oct 10:49
Compare
Choose a tag to compare

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

04 Apr 12:29
ae8e825
Compare
Choose a tag to compare

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