Home | History | Annotate | Download | only in okhttp

Lines Matching refs:HTTP_TEMP_REDIRECT

88 import static com.squareup.okhttp.internal.http.StatusLine.HTTP_TEMP_REDIRECT;
2124 .setResponseCode(temporary ? HTTP_TEMP_REDIRECT : HTTP_PERM_REDIRECT)