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

io.femo.http.HttpHandler Maven / Gradle / Ivy

Go to download

An easy to use HTTP API, that supports synchronous and asynchronous execution of HTTP request. On android only asynchronous driver is supported.

There is a newer version: 0.0.3
Show newest version
package io.femo.http;


import io.femo.http.HttpRequest;
import io.femo.http.HttpResponse;

/**
 * Created by Felix Resch on 25-Apr-16.
 */
@FunctionalInterface
public interface HttpHandler {

    boolean handle(HttpRequest request, HttpResponse response) throws HttpHandleException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy