Documentation ¶
Index ¶
- func DELETE(w http.ResponseWriter, r *http.Request, c *config.Config) (int, error)
- func GET(w http.ResponseWriter, r *http.Request, c *config.Config) (int, error)
- func POST(w http.ResponseWriter, r *http.Request, c *config.Config) (int, error)
- func PUT(w http.ResponseWriter, r *http.Request, c *config.Config) (int, error)
- func ServeHTTP(w http.ResponseWriter, r *http.Request, c *config.Config) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GET ¶
GET handles the GET method on browse page and shows the files listing Using the Browse Caddy middleware.
func POST ¶
POST handles the POST method on browse page. It's used to create new files, folders and upload content.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.