Documentation ¶ Index ¶ func Delete(path string, handler content.Handler) func Get(path string, handler content.Handler) func Post(path string, handler content.Handler) func Put(path string, handler content.Handler) func Register(mu *http.ServeMux, ct *content.Content) func Route(path string, handler content.Handler) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Delete ¶ func Delete(path string, handler content.Handler) Delete for rest. func Get ¶ func Get(path string, handler content.Handler) Get for rest. func Post ¶ func Post(path string, handler content.Handler) Post for rest. func Put ¶ func Put(path string, handler content.Handler) Put for rest. func Register ¶ func Register(mu *http.ServeMux, ct *content.Content) Register for rest. func Route ¶ func Route(path string, handler content.Handler) Route for rest. Types ¶ This section is empty. Source Files ¶ View all Source files rest.go Click to show internal directories. Click to hide internal directories.