208209210211212213214
/** * 获取HTTP请求头信息 * @return HTTP请求头信息 */ public Map<String, String> getHeaderMap() { return new HeaderMap(request); }