MockHttpServletRequest(byte[] requestData, String strContentType) Creates a new instance with the given request data
and content type.
public
MockHttpServletRequest(InputStream requestData, int requestLength, String strContentType) Creates a new instance with the given request data
and content type.