Library/vendor/github.com/labstack/echo
kolaente ddc3477efd
Make it work with modules
2021-05-16 00:39:09 +02:00
..
middleware Added libs 2017-10-09 14:31:36 +02:00
.editorconfig Make it work with modules 2021-05-16 00:39:09 +02:00
.gitattributes Make it work with modules 2021-05-16 00:39:09 +02:00
.gitignore Make it work with modules 2021-05-16 00:39:09 +02:00
.travis.yml Make it work with modules 2021-05-16 00:39:09 +02:00
LICENSE Created basic routes concept 2017-10-06 12:09:58 +02:00
README.md Created basic routes concept 2017-10-06 12:09:58 +02:00
bind.go Created basic routes concept 2017-10-06 12:09:58 +02:00
context.go Created basic routes concept 2017-10-06 12:09:58 +02:00
echo.go Created basic routes concept 2017-10-06 12:09:58 +02:00
echo_go1.8.go Created basic routes concept 2017-10-06 12:09:58 +02:00
glide.lock Created basic routes concept 2017-10-06 12:09:58 +02:00
glide.yaml Created basic routes concept 2017-10-06 12:09:58 +02:00
group.go Created basic routes concept 2017-10-06 12:09:58 +02:00
log.go Created basic routes concept 2017-10-06 12:09:58 +02:00
response.go Created basic routes concept 2017-10-06 12:09:58 +02:00
router.go Created basic routes concept 2017-10-06 12:09:58 +02:00

README.md

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 Lets 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