Home | History | Annotate | Download | only in okhttp

Lines Matching refs:Request

26    * Returns a request that includes a credential to satisfy an authentication
31 * <p>Typical implementations will look up a credential and create a request
32 * derived from the initial request by setting the "Authorization" header.
36 * return response.request().newBuilder()
41 Request authenticate(Proxy proxy, Response response) throws IOException;
44 * Returns a request that includes a credential to satisfy an authentication
49 * <p>Typical implementations will look up a credential and create a request
50 * derived from the initial request by setting the "Proxy-Authorization"
54 * return response.request().newBuilder()
59 Request authenticateProxy(Proxy proxy, Response response) throws IOException;