api/vendor/github.com/labstack/echo
konrad 6ff10e6353
added missing libraries
2018-07-24 14:06:03 +02:00
..
middleware initial commit 2018-06-10 11:11:42 +02:00
website/layouts/partials added missing libraries 2018-07-24 14:06:03 +02:00
.editorconfig added missing libraries 2018-07-24 14:06:03 +02:00
.gitattributes added missing libraries 2018-07-24 14:06:03 +02:00
.gitignore added missing libraries 2018-07-24 14:06:03 +02:00
.travis.yml added missing libraries 2018-07-24 14:06:03 +02:00
LICENSE initial commit 2018-06-10 11:11:42 +02:00
README.md initial commit 2018-06-10 11:11:42 +02:00
bind.go initial commit 2018-06-10 11:11:42 +02:00
context.go initial commit 2018-06-10 11:11:42 +02:00
echo.go initial commit 2018-06-10 11:11:42 +02:00
echo_go1.8.go initial commit 2018-06-10 11:11:42 +02:00
glide.lock initial commit 2018-06-10 11:11:42 +02:00
glide.yaml initial commit 2018-06-10 11:11:42 +02:00
group.go initial commit 2018-06-10 11:11:42 +02:00
log.go initial commit 2018-06-10 11:11:42 +02:00
response.go initial commit 2018-06-10 11:11:42 +02:00
router.go initial commit 2018-06-10 11:11:42 +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