subhub/handlers
inhosin d6387c3528 some fix 2019-09-19 10:14:22 +03:00
..
groups some fix 2019-09-19 10:14:22 +03:00
status some fix 2019-09-19 10:14:22 +03:00
webfinder some fix 2019-09-19 10:14:22 +03:00
README.md add some works 2019-09-07 17:54:53 +03:00
path.go add some works 2019-09-07 17:54:53 +03:00

README.md

Handlers

This folder contains Mux route handlers. If you've worked in webservers in other languages, it's similar to the concept of controllers.

It's common to see a handler take some information and spit it to something in lib. This is because handlers convert web-server knowledge to buisness-logic rather than do everything at once.