The codes I found in Body.java ```java if (httpResponse.getContentType() == null) { httpResponse.setContentType("text/html; charset=utf-8"); } ``` If the body is set to null, I think Content-Type should not be set.