Skip to content

General Release v1.2.3

Compare
Choose a tag to compare
@zhongjie-cai zhongjie-cai released this 04 Apr 12:29
· 2 commits to master since this release
ae8e825

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