Documentation ¶
Index ¶
- func Authenticate(username, password string, unauthenticated http.HandlerFunc, ...) func(w http.ResponseWriter, r *http.Request) error
- func HandleCGI(handler *ezcgi.Handler, name, mime string, infoLog *log.Logger) func(w http.ResponseWriter, r *http.Request) error
- func HandleDownload(file *file.FileReader, download bool, header http.Header, infoLog *log.Logger) func(w http.ResponseWriter, r *http.Request) error
- func HandleUpload(file *file.FileWriter, unixEOLNormalization bool, infoLog *log.Logger) func(w http.ResponseWriter, r *http.Request) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Authenticate ¶
func Authenticate(username, password string, unauthenticated http.HandlerFunc, authenticated func(w http.ResponseWriter, r *http.Request) error, ) func(w http.ResponseWriter, r *http.Request) error
func HandleDownload ¶ added in v0.8.0
func HandleUpload ¶ added in v0.8.0
func HandleUpload(file *file.FileWriter, unixEOLNormalization bool, infoLog *log.Logger) func(w http.ResponseWriter, r *http.Request) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.