io.higgs.http.server.config.HttpConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-s3 Show documentation
Show all versions of http-s3 Show documentation
Higgs HTTP S3 (Single Site Server)
package io.higgs.http.server.config;
import io.higgs.core.ServerConfig;
import io.higgs.http.server.protocol.HttpMethod;
import java.util.HashMap;
import java.util.Map;
public class HttpConfig extends ServerConfig {
public TemplateConfig template_config = new TemplateConfig();
public FilesConfig files = new FilesConfig();
//
private Map errors = new HashMap<>();
public HttpConfig() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy