程序包 com.lark.oapi.okhttp.internal.http
package com.lark.oapi.okhttp.internal.http
-
类说明Bridges from application code to network code.This is the last interceptor in the chain.Encodes HTTP requests and decodes HTTP responses.Best-effort parser for HTTP dates.Headers and utilities for internal use by OkHttp.A concrete interceptor chain that carries the entire interceptor chain: all application interceptors, the OkHttp core, all network interceptors, and finally the network caller.This interceptor recovers from failures and follows redirects as necessary.An HTTP response status line like "HTTP/1.1 200 OK".