Documentation ¶
Overview ¶
* +=============================================== * | Author: Elahe Jalalpour (el.jalalpour@gmail.com) * | * | Creation Date: 27-11-2015 * | * | File Name: app.go * +===============================================
* +=============================================== * | Author: Elahe Jalalpour (el.jalalpour@gmail.com) * | * | Creation Date: 27-11-2015 * | * | File Name: handle.go * +===============================================
* +=============================================== * | Author: Elahe Jalalpour (el.jalalpour@gmail.com) * | * | Creation Date: 27-11-2015 * | * | File Name: re.go * +===============================================
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPApp ¶
func (HTTPApp) DefaultHandle ¶
func (HTTPApp) HandleHTTP ¶
func (h HTTPApp) HandleHTTP(url string, handler HTTPHandler) *mux.Route
func (HTTPApp) HandleHTTPFunc ¶
func (h HTTPApp) HandleHTTPFunc(url string, handler HTTPHandlerFunc) *mux.Route