Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
Writer http.ResponseWriter
Request *http.Request
}
func (*Context) JSONString ¶
type HandlerFunc ¶
type HandlerFunc func(*Context)
type Server ¶
type Server struct {
URL string
// contains filtered or unexported fields
}
func (*Server) GET ¶
func (s *Server) GET(pattern string, handler HandlerFunc)
func (*Server) SetBasicAuth ¶
Click to show internal directories.
Click to hide internal directories.