Init
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)