原文链接:https://tidyko.com/posts/1136d15d.html
HttpPost httpPost = new HttpPost(url);
httpPost.setEntity(new StringEntity(text, ContentType.create("application/json", this.getCharset())));
httpPost.setProtocolVersion(HttpVersion.HTTP_1_0);
httpPost.addHeader(HTTP.CONN_DIRECTIVE, HTTP.CONN_CLOSE);