All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.tomakehurst.wiremock.servlet.MultipartRequestConfigurer Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package com.github.tomakehurst.wiremock.servlet;

import javax.servlet.http.HttpServletRequest;

public interface MultipartRequestConfigurer {

    String KEY = MultipartRequestConfigurer.class.getSimpleName();

    void configure(HttpServletRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy