evscott / aedibus-api-old

To see this projects Kanban board install the Zenhub Chrome/Firefox extension.
0 stars 0 forks source link

Research middleware in Go using gorilla/mux #69

Open evscott opened 4 years ago

evscott commented 4 years ago

For many purposes middleware will be needed to validate http requests.

Research the best practices of implementing middleware for RESTful APIs using Go.

Note: it is possible this issue will intersect with #62, as it may introduces changes to how routes/handlers are setup.