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

org.refcodes.web.HttpResponse Maven / Gradle / Ivy

Go to download

This artifact provides web (HTTP) related definitions and types being used by REFCODES.ORG web related functionality and artifacts.

The newest version!
package org.refcodes.web;

/**
 * Defines a {@link HttpResponse} being the response Header-Fields and the
 * response body.
 */
public interface HttpResponse extends HeaderFieldsAccessor, HttpStatusCodeAccessor {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy