Interface UploadPackErrorHandler

    • Method Detail

      • upload

        void upload​(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse rsp,
                    UploadPackErrorHandler.UploadPackRunnable r)
             throws IOException
        Parameters:
        req - The HTTP request
        rsp - The HTTP response
        r - A continuation that handles a git-upload-pack request.
        Throws:
        IOException