mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-04-01 18:00:12 +02:00
added content-length and content-type header
This commit is contained in:
@@ -110,6 +110,12 @@ public interface CGIExecutor
|
||||
/** Field description */
|
||||
public static final String ENV_SERVER_SOFTWARE = "SERVER_SOFTWARE";
|
||||
|
||||
/** Field description */
|
||||
public static final String REPSONSE_HEADER_CONTENT_LENGTH = "Content-Length";
|
||||
|
||||
/** Field description */
|
||||
public static final String REPSONSE_HEADER_CONTENT_TYPE = "Content-Type";
|
||||
|
||||
/** Field description */
|
||||
public static final String RESPONSE_HEADER_HTTP_PREFIX = "HTTP";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user