Skip to content

Init

Choose a tag to compare

@fulldump fulldump released this 22 Oct 21:07
· 40 commits to master since this release
6c96001

This is the initial release, tested with a real project to ensure main small details are polished.

Main features:

  • Hierarchycal routing
  • Url parameters
  • Support for Google custom methods (https://cloud.google.com/apis/design/custom_methods)
  • Fast as hell
  • Automatic handler data serialization
  • Support for interceptors (at resource level and action level)
  • Support for attributes (at resource level and action level)
  • Use standard Context
  • Support golang default http handler signature func(w http.ResponseWriter, r *http.Request)