Commit Graph

6 Commits

Author SHA1 Message Date
Gerasimos (Makis) Maropoulos
064282036c Helpers for third-party adaptors and middleware authors to generate route paths without even know the router that has being selected by user
Former-commit-id: b21147f2bc306d5c41539a1be0c83456c3d62651
2017-02-28 15:01:18 +02:00
Gerasimos (Makis) Maropoulos
42cf24fda2 Add a simple and pure .Regex middleware for routers that don't support regex route path validations out-of-the-box
Former-commit-id: 84cf1fb267e54543ad6d419b2ca39658b2773b58
2017-02-22 00:51:50 +02:00
Gerasimos (Makis) Maropoulos
51c74b5bb6 test gorillamux params- order doesn't matters, todo done.
Former-commit-id: d3bf96d44213c697448e22653ec74653de944bc4
2017-02-21 18:45:51 +02:00
Gerasimos (Makis) Maropoulos
85b3cb19f9 Move the status code simplest tests to one file
Former-commit-id: 6a57e07361abf1989854b8af2ba1fa2fdf4ef84d
2017-02-21 14:33:34 +02:00
Gerasimos (Makis) Maropoulos
b25d99870e Implement the Status Method Not Allowed for gorilla mux too and add some tests
Former-commit-id: b157bacfa15567b8c98f959f3359e025fdf1b205
2017-02-21 14:20:31 +02:00
Gerasimos (Makis) Maropoulos
5872eb1b12 Add tests for RedirectTo, Sessions, Flash messages and for Cookies.
Former-commit-id: 5a631c366c4caf1d45c532dc5363459cb595f067
2017-02-19 10:23:01 +02:00