public interface org.springframework.http.client.ClientHttpRequest extends org.springframework.http.HttpRequest, org.springframework.http.HttpOutputMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.client.ClientHttpRequest
  super_class: java.lang.Object
{
  public abstract org.springframework.http.client.ClientHttpResponse execute();
    descriptor: ()Lorg/springframework/http/client/ClientHttpResponse;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ClientHttpRequest.java"