org.refcodes.web.HttpResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refcodes-web Show documentation
Show all versions of refcodes-web Show documentation
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