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

jio.http.client.HttpLambda Maven / Gradle / Ivy

There is a newer version: 3.0.0-RC1
Show newest version
package jio.http.client;


import jio.Lambda;

import java.net.http.HttpRequest;
import java.net.http.HttpResponse;

/**
 * Represents a lambda function that takes an HTTP request builder and returns an HTTP response.
 *
 * @param  The type of the response body.
 */
public interface HttpLambda extends Lambda> {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy