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

org.davidmoten.oa3.codegen.http.service.Response Maven / Gradle / Ivy

The newest version!
package org.davidmoten.oa3.codegen.http.service;

import java.io.IOException;
import java.io.InputStream;
import java.util.List;
import java.util.Map;

public interface Response {
    
    int statusCode();
    
    InputStream inputStream() throws IOException;
    
    Map> headers();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy