// request and response headers may be zero in case that we process surrogates
this.requestHeader=newRequestHeader();
this.responseHeader=newResponseHeader(200);
this.responseHeader.put(HeaderFramework.CONTENT_TYPE,"text/plain");// tell parser how to handle the content
this.responseHeader.put(HeaderFramework.CONTENT_TYPE,Classification.ext2mime(request.url().getFileExtension(),"text/plain"));// tell parser how to handle the content