类 Request
java.lang.Object
com.lark.oapi.okhttp.Request
An HTTP request. Instances of this class are immutable if their
body is null or itself
immutable.-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明body()Returns the cache control directives for this response.headers()booleanisHttps()method()tag()Returns the tag attached withObject.classas a key, or null if no tag is attached with that key.<T> TReturns the tag attached withtypeas a key, or null if no tag is attached with that key.toString()url()
-
方法详细资料
-
url
-
method
-
headers
-
header
-
headers
-
body
-
tag
Returns the tag attached withObject.classas a key, or null if no tag is attached with that key.Prior to OkHttp 3.11, this method never returned null if no tag was attached. Instead it returned either this request, or the request upon which this request was derived with
newBuilder(). -
tag
Returns the tag attached withtypeas a key, or null if no tag is attached with that key. -
newBuilder
-
cacheControl
Returns the cache control directives for this response. This is never null, even if this response contains noCache-Controlheader. -
isHttps
public boolean isHttps() -
toString
-