Interface ConfigPath
-
public interface ConfigPath- Author:
- Denis Danilin | me@loslobos.ru 04.03.2023 13:09 fair-http-server ☭ sweat and blood
-
-
Field Summary
Fields Modifier and Type Field Description static StringCORSstatic StringCORS_CREDSstatic StringCORS_HEADERSstatic StringCORS_METHODSstatic StringCORS_ORIGINSstatic StringPORT
-
-
-
Field Detail
-
PORT
static final String PORT
- See Also:
- Constant Field Values
-
CORS
static final String CORS
- See Also:
- Constant Field Values
-
CORS_ORIGINS
static final String CORS_ORIGINS
- See Also:
- Constant Field Values
-
CORS_METHODS
static final String CORS_METHODS
- See Also:
- Constant Field Values
-
CORS_HEADERS
static final String CORS_HEADERS
- See Also:
- Constant Field Values
-
CORS_CREDS
static final String CORS_CREDS
- See Also:
- Constant Field Values
-
-