This commit is contained in:
2022-06-10 21:38:30 +09:00
commit 27f5152838
51323 changed files with 12934539 additions and 0 deletions
@@ -0,0 +1,17 @@
.class public interface abstract Lorg/apache/http/HttpEntityEnclosingRequest;
.super Ljava/lang/Object;
.source "HttpEntityEnclosingRequest.java"
# interfaces
.implements Lorg/apache/http/HttpRequest;
# virtual methods
.method public abstract expectContinue()Z
.end method
.method public abstract getEntity()Lorg/apache/http/HttpEntity;
.end method
.method public abstract setEntity(Lorg/apache/http/HttpEntity;)V
.end method