接口 MultipartHttpServletRequest

    • 方法详细资料

      • getMultipartHeaders

        HttpHeaders getMultipartHeaders​(String paramOrFileName)
        Return the headers associated with the specified part of the multipart request.

        If the underlying implementation supports access to headers, then all headers are returned. Otherwise, the returned headers will include a 'Content-Type' header at the very least.