Documentation ¶
Index ¶
- type APIServer
- func (a *APIServer) Delete(path string, f func(w http.ResponseWriter, r *http.Request))
- func (a *APIServer) Get(path string, f func(w http.ResponseWriter, r *http.Request))
- func (a *APIServer) Post(path string, f func(w http.ResponseWriter, r *http.Request))
- func (a *APIServer) Put(path string, f func(w http.ResponseWriter, r *http.Request))
- func (a *APIServer) Run()
- type RequestHandlerFunction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServer ¶
type RequestHandlerFunction ¶
Click to show internal directories.
Click to hide internal directories.