类的使用
com.lark.oapi.okhttp.Headers.Builder
使用Headers.Builder的程序包
程序包
说明
An HTTP+HTTP/2 client for Android and Java applications.
-
com.lark.oapi.okhttp中Headers.Builder的使用
修饰符和类型方法说明Add an header line containing a field name, a literal colon, and a value.Add a header with the specified name and value.Add a header with the specified name and formatted instant.Add a header with the specified name and formatted date.Adds all headers from an existing collection.Headers.Builder.addUnsafeNonAscii(String name, String value) Add a header with the specified name and value.Headers.newBuilder()Set a field with the specified value.Set a field with the specified instant.Set a field with the specified date. -
com.lark.oapi.okhttp.internal中Headers.Builder的使用
修饰符和类型方法说明abstract voidInternal.addLenient(Headers.Builder builder, String line) abstract voidInternal.addLenient(Headers.Builder builder, String name, String value)