Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func XForwardedFor ¶ added in v1.1.1
XForwardedFor gets the http address server from context
Types ¶
type Server ¶
type Server interface { Router() http.Handler GetSushis(w http.ResponseWriter, r *http.Request) GetSushi(w http.ResponseWriter, r *http.Request) AddSushi(w http.ResponseWriter, r *http.Request) ModifySushi(w http.ResponseWriter, r *http.Request) RemoveSushi(w http.ResponseWriter, r *http.Request) }
Click to show internal directories.
Click to hide internal directories.