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

com.jonnymatts.jzonbie.requests.Request Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
package com.jonnymatts.jzonbie.requests;

import java.util.List;
import java.util.Map;

public interface Request {
    String getPath();
    String getMethod();
    Map getHeaders();
    String getBody();
    Map> getQueryParams();
    String getPrimingFileContent();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy