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_EXPOSEstatic StringCORS_HEADERSstatic StringCORS_METHODSstatic StringCORS_ORIGINSstatic StringEXEC_TIMEOUTstatic StringMAX_REQUESTstatic StringPORTstatic StringREAD_TIMEOUT
-
-
-
Field Detail
-
PORT
static final String PORT
- See Also:
- Constant Field Values
-
MAX_REQUEST
static final String MAX_REQUEST
- See Also:
- Constant Field Values
-
READ_TIMEOUT
static final String READ_TIMEOUT
- See Also:
- Constant Field Values
-
EXEC_TIMEOUT
static final String EXEC_TIMEOUT
- 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_EXPOSE
static final String CORS_EXPOSE
- See Also:
- Constant Field Values
-
CORS_CREDS
static final String CORS_CREDS
- See Also:
- Constant Field Values
-
-