added content-length and content-type header

This commit is contained in:
Sebastian Sdorra
2011-04-14 21:42:55 +02:00
parent 6c44c2ec27
commit 70ccf12081
2 changed files with 27 additions and 2 deletions

View File

@@ -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";