- accept(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
-
指定客户端能够接收的内容类型
例如:Accept: text/plain, text/html
- accept() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
-
- acceptCharset(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
-
浏览器可以接受的字符编码集
例如:Accept-Charset: iso-8859-5
- acceptCharset() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
-
- acceptEncoding(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
-
指定浏览器可以支持的web服务器返回内容压缩编码类型
例如:Accept-Encoding: compress, gzip
- acceptEncoding() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
-
- acceptLanguage(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
-
浏览器可接受的语言
例如:Accept-Language: en,zh
- acceptLanguage() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
-
- acceptRanges(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
-
可以请求网页实体的一个或者多个子范围字段
例如:Accept-Ranges: bytes
- acceptRanges() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
-
- apache - 接口 中的静态变量me.wuwenbin.tools.http.Http
-
- ApacheHttp - me.wuwenbin.tools.http.apache中的类
-
使用apache的http请求,其所有的请求参数包含HttpClient对象、url(必须有)、请求方式、请求参数parasMap、header数组、编码格式encoding。
- ApacheHttp() - 类 的构造器me.wuwenbin.tools.http.apache.ApacheHttp
-
- ApacheHttpUtils - me.wuwenbin.tools.http.apache.util中的类
-
created by Wuwenbin on 2017/9/17 at 11:45
- ApacheHttpUtils() - 类 的构造器me.wuwenbin.tools.http.apache.util.ApacheHttpUtils
-
- APP_FORM_URLENCODED - 类 中的静态变量me.wuwenbin.tools.http.apache.config.header.HttpHeader.Headers
-
- authorization(String) - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
-
HTTP授权的授权证书
例如:Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
- authorization() - 类 中的方法me.wuwenbin.tools.http.apache.config.header.HttpHeader
-