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

com.katalon.platform.api.model.testobject.BasicRestRequestEntity Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.katalon.platform.api.model.testobject;

public interface BasicRestRequestEntity extends BasicWebServiceRequestEntity {

    String getHttpBodyType(); // text, x-www-form-urlencoded, form-data, file

    String getHttpBodyContent(); // JSON format of body content
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy