Interface MultiPartConfig


public interface MultiPartConfig
A config for the settings related to HTTP multipart request handling.
  • Method Details

    • fileContentTypes

      A comma-separated list of ContentType to indicate whether a given multipart field should be handled as a file part.

      You can use this setting to force HTTP-based extensions to parse a message part as a file based on its content type.

      For now, this setting only works when using RESTEasy Reactive.