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

io.gatling.recorder.internal.bouncycastle.mime.MimeContext Maven / Gradle / Ivy

package io.gatling.recorder.internal.bouncycastle.mime;

import java.io.IOException;
import java.io.InputStream;

public interface MimeContext
{
    InputStream applyContext(Headers headers, InputStream contentStream)
        throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy