Home
last modified time | relevance | path

Searched refs:CONTENT_TYPE (Results 1 – 4 of 4) sorted by path

/unit/src/java/nginx/unit/
H A DResponse.java48 private static final String CONTENT_TYPE = "Content-Type"; field in Response
242 if (CONTENT_TYPE.equalsIgnoreCase(name)) { in addHeader()
478 if (CONTENT_TYPE.equalsIgnoreCase(name)) { in setHeader()
/unit/src/test/
H A Dnxt_unit_app_test.c14 #define CONTENT_TYPE "Content-Type" macro
156 nxt_length(CONTENT_TYPE) in greeting_app_request_handler()
164 CONTENT_TYPE, nxt_length(CONTENT_TYPE), in greeting_app_request_handler()
H A Dnxt_unit_websocket_chat.c22 #define CONTENT_TYPE "Content-Type" macro
107 nxt_length(CONTENT_TYPE) in ws_chat_root()
117 CONTENT_TYPE, nxt_length(CONTENT_TYPE), in ws_chat_root()
/unit/test/ruby/variables/
H A Dconfig.ru6 'Content-Type' => env['CONTENT_TYPE'],