Removed Host() and Port() functions from Controller

I don't think they'll be necessary; can get same info from request Host header
This commit is contained in:
Matthew Holt
2015-04-15 23:17:28 -06:00
parent feec7c5b40
commit c7af6725ca
3 changed files with 0 additions and 26 deletions

View File

@ -59,12 +59,6 @@ type (
// Root returns the file path from which the server is serving.
Root() string
// Host returns the hostname the server is bound to.
Host() string
// Port returns the port that the server is listening on.
Port() string
// Context returns the path scope that the Controller is in.
// Note: This is not currently used, but may be in the future.
Context() Path