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

website.magyar.mitm.proxy.header.HttpHeaderToBeAdded Maven / Gradle / Ivy

package website.magyar.mitm.proxy.header;

import org.apache.http.Header;

/**
 * This class is to be used when a header should be added.
 *
 * @author Tamas_Kohegyi
 */
public class HttpHeaderToBeAdded extends HttpHeaderChange {

    /**
     * Header to be added.
     *
     * @param headerToAdd is the new Header to be added.
     */
    public HttpHeaderToBeAdded(final Header headerToAdd) {
        super(headerToAdd);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy