Versions in this module Expand all Collapse all v0 v0.0.1 Dec 2, 2024 Changes in this version + type HTTP4Ftp struct + Addr string + DialTimeout time.Duration + DisableUTF8 bool + DisabledEPSV bool + DisabledMLSD bool + Pass string + User string + func (h4f *HTTP4Ftp) UnmarshalCaddyfile(d *caddyfile.Dispenser) (err error) + func (h4f *HTTP4Ftp) Validate() (err error) + func (h4f HTTP4Ftp) CaddyModule() caddy.ModuleInfo + func (h4f HTTP4Ftp) ServeHTTP(w http.ResponseWriter, r *http.Request, next caddyhttp.Handler) (err error) + type ResponseWriter struct + func (rw *ResponseWriter) Write(p []byte) (int, error) + func (rw *ResponseWriter) WriteHeader(statusCode int)