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

com.nerdvision.agent.snapshot.IRequestDecorator Maven / Gradle / Ivy

package com.nerdvision.agent.snapshot;

public interface IRequestDecorator
{
    byte[] getBody();


    String getQueryString();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy