Github user asfgit closed the pull request at:
https://github.com/apache/incubator-trafficcontrol/pull/799
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if t
Github user dewrich commented on a diff in the pull request:
https://github.com/apache/incubator-trafficcontrol/pull/799#discussion_r133025171
--- Diff: traffic_ops/traffic_ops_golang/routes.go ---
@@ -25,21 +25,37 @@ import (
"fmt"
"net/http"
"net/http/http
GitHub user rob05c opened a pull request:
https://github.com/apache/incubator-trafficcontrol/pull/799
Add Traffic Ops Go Method Routing
- Separates Routes and Routing files
- Adds routing by HTTP Method
- Simplifies Routes func, making it easier to add routes
- Adds S