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

io.higgs.http.server.config.HttpConfig Maven / Gradle / Ivy

There is a newer version: 0.0.24
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy