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

io.yawp.commons.http.HttpResponse Maven / Gradle / Ivy

There is a newer version: 2.08alpha
Show newest version
package io.yawp.commons.http;

import java.io.IOException;

import javax.servlet.http.HttpServletResponse;

public abstract class HttpResponse {

	public abstract String getText();

	public abstract void execute(HttpServletResponse resp) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy