- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
10 lines
295 B
Java
10 lines
295 B
Java
package org.apache.http;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public interface HttpRequestFactory {
|
|
HttpRequest newHttpRequest(String str, String str2) throws MethodNotSupportedException;
|
|
|
|
HttpRequest newHttpRequest(RequestLine requestLine) throws MethodNotSupportedException;
|
|
}
|