1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-18 02:58:38 +02:00
Vishal Rana 0e134ee37c Closes #928
Signed-off-by: Vishal Rana <vr@labstack.com>
2017-05-12 10:47:24 -07:00
2016-08-29 13:45:46 -07:00
2016-11-16 21:26:56 -08:00
2017-01-17 10:47:16 -08:00
2017-05-11 14:55:11 -07:00
2017-05-11 14:55:11 -07:00
2017-05-12 10:47:24 -07:00
2017-03-05 19:08:11 -08:00
2017-01-09 20:20:51 -08:00
2016-12-15 11:08:56 -08:00
2017-03-23 18:08:17 -07:00
2016-11-15 20:12:13 -08:00

Echo GoDoc License Build Status Coverage Status Join the chat at https://gitter.im/labstack/echo Twitter

Feature Overview

  • Optimized HTTP router which smartly prioritize routes
  • Build robust and scalable RESTful APIs
  • Group APIs
  • Extensible middleware framework
  • Define middleware at root, group or route level
  • Data binding for JSON, XML and form payload
  • Handy functions to send variety of HTTP responses
  • Centralized HTTP error handling
  • Template rendering with any template engine
  • Define your format for the logger
  • Highly customizable
  • Automatic TLS via Let’s Encrypt
  • HTTP/2 support

Performance

Performance

Get Started

Support Us

Contribute

Use issues for everything

  • For a small change, just send a PR.
  • For bigger changes open an issue for discussion before sending a PR.
  • PR should have:
    • Test case
    • Documentation
    • Example (If it makes sense)
  • You can also contribute by:
    • Reporting issues
    • Suggesting new features or enhancements
    • Improve/fix documentation

Credits

License

MIT

Languages
Go 99.9%
Makefile 0.1%