#1 Echo
Package echo implements high performance, minimalist Go web framework.
Package don provides a fast and efficient API framework.
Health score 57/100, confidence 80/100.
| Latest version | v0.2.2 |
| Imported by | 1 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 7 months ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| API | Type | type API struct{ ... } |
| API.Delete | Method | func (r *API) Delete(path string, handle httprouter.Handle) |
| API.Get | Method | func (r *API) Get(path string, handle httprouter.Handle) |
| API.Group | Method | func (r *API) Group(path string) Router |
| API.Handle | Method | func (r *API) Handle(method, path string, handle httprouter.Handle) |
| API.HandleFunc | Method | func (r *API) HandleFunc(method, path string, handle http.HandlerFunc) |
| API.Handler | Method | func (r *API) Handler(method, path string, handle http.Handler) |
| API.ListenAndServe | Method | func (r *API) ListenAndServe(addr string) error |
| API.MethodNotAllowed | Field | MethodNotAllowed fasthttp.RequestHandler |
| API.NotFound | Field | NotFound fasthttp.RequestHandler |
| API.PanicHandler | Field | PanicHandler func(*fasthttp.RequestCtx, any) |
| API.Patch | Method | func (r *API) Patch(path string, handle httprouter.Handle) |
Package echo implements high performance, minimalist Go web framework.
Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.
A powerful framework for faster, easier, and more efficient project development.
Learn Go with test-driven development
Package gin implements a HTTP web framework called gin.