public class io.vertx.ext.web.client.impl.WebClientBase implements io.vertx.ext.web.client.impl.WebClientInternal
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.client.impl.WebClientBase
  super_class: java.lang.Object
{
  final io.vertx.core.http.HttpClient client;
    descriptor: Lio/vertx/core/http/HttpClient;
    flags: (0x0010) ACC_FINAL

  final io.vertx.ext.web.client.WebClientOptions options;
    descriptor: Lio/vertx/ext/web/client/WebClientOptions;
    flags: (0x0010) ACC_FINAL

  private final java.util.List<io.vertx.core.Handler<io.vertx.ext.web.client.impl.HttpContext<?>>> interceptors;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/core/Handler<Lio/vertx/ext/web/client/impl/HttpContext<*>;>;>;

  public void <init>(io.vertx.core.http.HttpClient, io.vertx.ext.web.client.WebClientOptions);
    descriptor: (Lio/vertx/core/http/HttpClient;Lio/vertx/ext/web/client/WebClientOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // io.vertx.core.http.HttpClient client
        start local 2 // io.vertx.ext.web.client.WebClientOptions options
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* client */
            putfield io.vertx.ext.web.client.impl.WebClientBase.client:Lio/vertx/core/http/HttpClient;
         2: .line 51
            aload 0 /* this */
            new io.vertx.ext.web.client.WebClientOptions
            dup
            aload 2 /* options */
            invokespecial io.vertx.ext.web.client.WebClientOptions.<init>:(Lio/vertx/ext/web/client/WebClientOptions;)V
            putfield io.vertx.ext.web.client.impl.WebClientBase.options:Lio/vertx/ext/web/client/WebClientOptions;
         3: .line 52
            aload 0 /* this */
            new java.util.concurrent.CopyOnWriteArrayList
            dup
            invokespecial java.util.concurrent.CopyOnWriteArrayList.<init>:()V
            putfield io.vertx.ext.web.client.impl.WebClientBase.interceptors:Ljava/util/List;
         4: .line 55
            aload 0 /* this */
            new io.vertx.ext.web.client.impl.predicate.PredicateInterceptor
            dup
            invokespecial io.vertx.ext.web.client.impl.predicate.PredicateInterceptor.<init>:()V
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.addInterceptor:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/client/impl/WebClientInternal;
            pop
         5: .line 56
            return
        end local 2 // io.vertx.ext.web.client.WebClientOptions options
        end local 1 // io.vertx.core.http.HttpClient client
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    6     1   client  Lio/vertx/core/http/HttpClient;
            0    6     2  options  Lio/vertx/ext/web/client/WebClientOptions;
    MethodParameters:
         Name  Flags
      client   
      options  

  void <init>(io.vertx.ext.web.client.impl.WebClientBase);
    descriptor: (Lio/vertx/ext/web/client/impl/WebClientBase;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // io.vertx.ext.web.client.impl.WebClientBase webClient
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            aload 1 /* webClient */
            getfield io.vertx.ext.web.client.impl.WebClientBase.client:Lio/vertx/core/http/HttpClient;
            putfield io.vertx.ext.web.client.impl.WebClientBase.client:Lio/vertx/core/http/HttpClient;
         2: .line 60
            aload 0 /* this */
            new io.vertx.ext.web.client.WebClientOptions
            dup
            aload 1 /* webClient */
            getfield io.vertx.ext.web.client.impl.WebClientBase.options:Lio/vertx/ext/web/client/WebClientOptions;
            invokespecial io.vertx.ext.web.client.WebClientOptions.<init>:(Lio/vertx/ext/web/client/WebClientOptions;)V
            putfield io.vertx.ext.web.client.impl.WebClientBase.options:Lio/vertx/ext/web/client/WebClientOptions;
         3: .line 61
            aload 0 /* this */
            new java.util.concurrent.CopyOnWriteArrayList
            dup
            aload 1 /* webClient */
            getfield io.vertx.ext.web.client.impl.WebClientBase.interceptors:Ljava/util/List;
            invokespecial java.util.concurrent.CopyOnWriteArrayList.<init>:(Ljava/util/Collection;)V
            putfield io.vertx.ext.web.client.impl.WebClientBase.interceptors:Ljava/util/List;
         4: .line 62
            return
        end local 1 // io.vertx.ext.web.client.impl.WebClientBase webClient
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    5     1  webClient  Lio/vertx/ext/web/client/impl/WebClientBase;
    MethodParameters:
           Name  Flags
      webClient  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> get(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // int port
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
         0: .line 66
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1        port  I
            0    1     2        host  Ljava/lang/String;
            0    1     3  requestURI  Ljava/lang/String;
    Signature: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String requestURI
         0: .line 71
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            aload 1 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1  requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> get(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 76
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            aload 1 /* host */
            aload 2 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1        host  Ljava/lang/String;
            0    1     2  requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> getAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String absoluteURI
         0: .line 81
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.GET:Lio/vertx/core/http/HttpMethod;
            aload 1 /* absoluteURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 1 // java.lang.String absoluteURI
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1  absoluteURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
             Name  Flags
      absoluteURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> post(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String requestURI
         0: .line 86
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
            aload 1 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1  requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> post(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 91
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
            aload 1 /* host */
            aload 2 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1        host  Ljava/lang/String;
            0    1     2  requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> post(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // int port
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
         0: .line 96
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1        port  I
            0    1     2        host  Ljava/lang/String;
            0    1     3  requestURI  Ljava/lang/String;
    Signature: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> put(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String requestURI
         0: .line 101
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
            aload 1 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1  requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> put(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 106
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
            aload 1 /* host */
            aload 2 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1        host  Ljava/lang/String;
            0    1     2  requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> put(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // int port
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
         0: .line 111
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1        port  I
            0    1     2        host  Ljava/lang/String;
            0    1     3  requestURI  Ljava/lang/String;
    Signature: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> delete(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 116
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
            aload 1 /* host */
            aload 2 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1        host  Ljava/lang/String;
            0    1     2  requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> delete(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String requestURI
         0: .line 121
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
            aload 1 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1  requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> delete(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // int port
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
         0: .line 126
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1        port  I
            0    1     2        host  Ljava/lang/String;
            0    1     3  requestURI  Ljava/lang/String;
    Signature: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> patch(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String requestURI
         0: .line 131
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.PATCH:Lio/vertx/core/http/HttpMethod;
            aload 1 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1  requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> patch(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 136
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.PATCH:Lio/vertx/core/http/HttpMethod;
            aload 1 /* host */
            aload 2 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1        host  Ljava/lang/String;
            0    1     2  requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> patch(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // int port
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
         0: .line 141
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.PATCH:Lio/vertx/core/http/HttpMethod;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1        port  I
            0    1     2        host  Ljava/lang/String;
            0    1     3  requestURI  Ljava/lang/String;
    Signature: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> head(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String requestURI
         0: .line 146
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
            aload 1 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1  requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> head(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String host
        start local 2 // java.lang.String requestURI
         0: .line 151
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
            aload 1 /* host */
            aload 2 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String host
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1        host  Ljava/lang/String;
            0    1     2  requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> head(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // int port
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
         0: .line 156
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
            iload 1 /* port */
            aload 2 /* host */
            aload 3 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1        port  I
            0    1     2        host  Ljava/lang/String;
            0    1     3  requestURI  Ljava/lang/String;
    Signature: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> postAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String absoluteURI
         0: .line 161
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.POST:Lio/vertx/core/http/HttpMethod;
            aload 1 /* absoluteURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 1 // java.lang.String absoluteURI
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1  absoluteURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
             Name  Flags
      absoluteURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> putAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String absoluteURI
         0: .line 166
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.PUT:Lio/vertx/core/http/HttpMethod;
            aload 1 /* absoluteURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 1 // java.lang.String absoluteURI
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1  absoluteURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
             Name  Flags
      absoluteURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> deleteAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String absoluteURI
         0: .line 171
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.DELETE:Lio/vertx/core/http/HttpMethod;
            aload 1 /* absoluteURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 1 // java.lang.String absoluteURI
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1  absoluteURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
             Name  Flags
      absoluteURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> patchAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String absoluteURI
         0: .line 176
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.PATCH:Lio/vertx/core/http/HttpMethod;
            aload 1 /* absoluteURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 1 // java.lang.String absoluteURI
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1  absoluteURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
             Name  Flags
      absoluteURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> headAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String absoluteURI
         0: .line 181
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.HEAD:Lio/vertx/core/http/HttpMethod;
            aload 1 /* absoluteURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 1 // java.lang.String absoluteURI
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1  absoluteURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
             Name  Flags
      absoluteURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> request(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String requestURI
         0: .line 185
            aload 0 /* this */
            aload 1 /* method */
            aconst_null
            aload 2 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 2 // java.lang.String requestURI
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1      method  Lio/vertx/core/http/HttpMethod;
            0    1     2  requestURI  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      method      
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> request(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // io.vertx.core.net.SocketAddress serverAddress
        start local 3 // java.lang.String requestURI
         0: .line 190
            new io.vertx.ext.web.client.impl.HttpRequestImpl
            dup
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* serverAddress */
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.options:Lio/vertx/ext/web/client/WebClientOptions;
            invokevirtual io.vertx.ext.web.client.WebClientOptions.isSsl:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.options:Lio/vertx/ext/web/client/WebClientOptions;
            invokevirtual io.vertx.ext.web.client.WebClientOptions.getDefaultPort:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.options:Lio/vertx/ext/web/client/WebClientOptions;
            invokevirtual io.vertx.ext.web.client.WebClientOptions.getDefaultHost:()Ljava/lang/String;
         1: .line 191
            aload 3 /* requestURI */
            getstatic io.vertx.ext.web.codec.impl.BodyCodecImpl.BUFFER:Lio/vertx/ext/web/codec/BodyCodec;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.options:Lio/vertx/ext/web/client/WebClientOptions;
         2: .line 190
            invokespecial io.vertx.ext.web.client.impl.HttpRequestImpl.<init>:(Lio/vertx/ext/web/client/impl/WebClientInternal;Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/Boolean;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/web/codec/BodyCodec;Lio/vertx/ext/web/client/WebClientOptions;)V
            areturn
        end local 3 // java.lang.String requestURI
        end local 2 // io.vertx.core.net.SocketAddress serverAddress
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    3     1         method  Lio/vertx/core/http/HttpMethod;
            0    3     2  serverAddress  Lio/vertx/core/net/SocketAddress;
            0    3     3     requestURI  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
               Name  Flags
      method         
      serverAddress  
      requestURI     

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> request(io.vertx.core.http.HttpMethod, io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // io.vertx.core.http.RequestOptions requestOptions
         0: .line 196
            aload 0 /* this */
            aload 1 /* method */
            aconst_null
            aload 2 /* requestOptions */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 2 // io.vertx.core.http.RequestOptions requestOptions
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1          method  Lio/vertx/core/http/HttpMethod;
            0    1     2  requestOptions  Lio/vertx/core/http/RequestOptions;
    Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
                Name  Flags
      method          
      requestOptions  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> request(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=5, args_size=4
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // io.vertx.core.net.SocketAddress serverAddress
        start local 3 // io.vertx.core.http.RequestOptions requestOptions
         0: .line 201
            new io.vertx.ext.web.client.impl.HttpRequestImpl
            dup
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* serverAddress */
            aload 3 /* requestOptions */
            invokevirtual io.vertx.core.http.RequestOptions.isSsl:()Ljava/lang/Boolean;
            aload 3 /* requestOptions */
            invokevirtual io.vertx.core.http.RequestOptions.getPort:()Ljava/lang/Integer;
         1: .line 202
            aload 3 /* requestOptions */
            invokevirtual io.vertx.core.http.RequestOptions.getHost:()Ljava/lang/String;
            aload 3 /* requestOptions */
            invokevirtual io.vertx.core.http.RequestOptions.getURI:()Ljava/lang/String;
            getstatic io.vertx.ext.web.codec.impl.BodyCodecImpl.BUFFER:Lio/vertx/ext/web/codec/BodyCodec;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.options:Lio/vertx/ext/web/client/WebClientOptions;
         2: .line 201
            invokespecial io.vertx.ext.web.client.impl.HttpRequestImpl.<init>:(Lio/vertx/ext/web/client/impl/WebClientInternal;Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/Boolean;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/web/codec/BodyCodec;Lio/vertx/ext/web/client/WebClientOptions;)V
            astore 4 /* request */
        start local 4 // io.vertx.ext.web.client.impl.HttpRequestImpl request
         3: .line 203
            aload 3 /* requestOptions */
            invokevirtual io.vertx.core.http.RequestOptions.getHeaders:()Lio/vertx/core/MultiMap;
            ifnonnull 4
            aload 4 /* request */
            goto 5
      StackMap locals: io.vertx.ext.web.client.impl.HttpRequestImpl
      StackMap stack:
         4: aload 4 /* request */
            aload 3 /* requestOptions */
            invokevirtual io.vertx.core.http.RequestOptions.getHeaders:()Lio/vertx/core/MultiMap;
            invokevirtual io.vertx.ext.web.client.impl.HttpRequestImpl.putHeaders:(Lio/vertx/core/MultiMap;)Lio/vertx/ext/web/client/HttpRequest;
      StackMap locals:
      StackMap stack: io.vertx.ext.web.client.HttpRequest
         5: areturn
        end local 4 // io.vertx.ext.web.client.impl.HttpRequestImpl request
        end local 3 // io.vertx.core.http.RequestOptions requestOptions
        end local 2 // io.vertx.core.net.SocketAddress serverAddress
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    6     1          method  Lio/vertx/core/http/HttpMethod;
            0    6     2   serverAddress  Lio/vertx/core/net/SocketAddress;
            0    6     3  requestOptions  Lio/vertx/core/http/RequestOptions;
            3    6     4         request  Lio/vertx/ext/web/client/impl/HttpRequestImpl<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
                Name  Flags
      method          
      serverAddress   
      requestOptions  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
         0: .line 207
            aload 0 /* this */
            aload 1 /* method */
            aconst_null
            aload 2 /* host */
            aload 3 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 3 // java.lang.String requestURI
        end local 2 // java.lang.String host
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1      method  Lio/vertx/core/http/HttpMethod;
            0    1     2        host  Ljava/lang/String;
            0    1     3  requestURI  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      method      
      host        
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> request(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=5, args_size=5
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // io.vertx.core.net.SocketAddress serverAddress
        start local 3 // java.lang.String host
        start local 4 // java.lang.String requestURI
         0: .line 212
            new io.vertx.ext.web.client.impl.HttpRequestImpl
            dup
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* serverAddress */
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.options:Lio/vertx/ext/web/client/WebClientOptions;
            invokevirtual io.vertx.ext.web.client.WebClientOptions.isSsl:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.options:Lio/vertx/ext/web/client/WebClientOptions;
            invokevirtual io.vertx.ext.web.client.WebClientOptions.getDefaultPort:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 3 /* host */
            aload 4 /* requestURI */
            getstatic io.vertx.ext.web.codec.impl.BodyCodecImpl.BUFFER:Lio/vertx/ext/web/codec/BodyCodec;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.options:Lio/vertx/ext/web/client/WebClientOptions;
            invokespecial io.vertx.ext.web.client.impl.HttpRequestImpl.<init>:(Lio/vertx/ext/web/client/impl/WebClientInternal;Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/Boolean;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/web/codec/BodyCodec;Lio/vertx/ext/web/client/WebClientOptions;)V
            areturn
        end local 4 // java.lang.String requestURI
        end local 3 // java.lang.String host
        end local 2 // io.vertx.core.net.SocketAddress serverAddress
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1         method  Lio/vertx/core/http/HttpMethod;
            0    1     2  serverAddress  Lio/vertx/core/net/SocketAddress;
            0    1     3           host  Ljava/lang/String;
            0    1     4     requestURI  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
               Name  Flags
      method         
      serverAddress  
      host           
      requestURI     

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // int port
        start local 3 // java.lang.String host
        start local 4 // java.lang.String requestURI
         0: .line 216
            aload 0 /* this */
            aload 1 /* method */
            aconst_null
            iload 2 /* port */
            aload 3 /* host */
            aload 4 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 4 // java.lang.String requestURI
        end local 3 // java.lang.String host
        end local 2 // int port
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1      method  Lio/vertx/core/http/HttpMethod;
            0    1     2        port  I
            0    1     3        host  Ljava/lang/String;
            0    1     4  requestURI  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
            Name  Flags
      method      
      port        
      host        
      requestURI  

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> request(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, int, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=6, args_size=6
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // io.vertx.core.net.SocketAddress serverAddress
        start local 3 // int port
        start local 4 // java.lang.String host
        start local 5 // java.lang.String requestURI
         0: .line 221
            new io.vertx.ext.web.client.impl.HttpRequestImpl
            dup
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* serverAddress */
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.options:Lio/vertx/ext/web/client/WebClientOptions;
            invokevirtual io.vertx.ext.web.client.WebClientOptions.isSsl:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iload 3 /* port */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 4 /* host */
            aload 5 /* requestURI */
            getstatic io.vertx.ext.web.codec.impl.BodyCodecImpl.BUFFER:Lio/vertx/ext/web/codec/BodyCodec;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.options:Lio/vertx/ext/web/client/WebClientOptions;
            invokespecial io.vertx.ext.web.client.impl.HttpRequestImpl.<init>:(Lio/vertx/ext/web/client/impl/WebClientInternal;Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/Boolean;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/web/codec/BodyCodec;Lio/vertx/ext/web/client/WebClientOptions;)V
            areturn
        end local 5 // java.lang.String requestURI
        end local 4 // java.lang.String host
        end local 3 // int port
        end local 2 // io.vertx.core.net.SocketAddress serverAddress
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1         method  Lio/vertx/core/http/HttpMethod;
            0    1     2  serverAddress  Lio/vertx/core/net/SocketAddress;
            0    1     3           port  I
            0    1     4           host  Ljava/lang/String;
            0    1     5     requestURI  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
               Name  Flags
      method         
      serverAddress  
      port           
      host           
      requestURI     

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> requestAbs(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String surl
         0: .line 226
            aload 0 /* this */
            aload 1 /* method */
            aconst_null
            aload 2 /* surl */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.requestAbs:(Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 2 // java.lang.String surl
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    1     1  method  Lio/vertx/core/http/HttpMethod;
            0    1     2    surl  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
        Name  Flags
      method  
      surl    

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> requestAbs(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=9, args_size=4
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // io.vertx.core.net.SocketAddress serverAddress
        start local 3 // java.lang.String surl
         0: .line 234
            new java.net.URL
            dup
            aload 3 /* surl */
            invokespecial java.net.URL.<init>:(Ljava/lang/String;)V
            astore 4 /* url */
        start local 4 // java.net.URL url
         1: .line 235
            goto 4
        end local 4 // java.net.URL url
      StackMap locals:
      StackMap stack: java.net.MalformedURLException
         2: pop
         3: .line 236
            new io.vertx.core.VertxException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid url: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* surl */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/String;)V
            athrow
        start local 4 // java.net.URL url
         4: .line 238
      StackMap locals: java.net.URL
      StackMap stack:
            iconst_0
            istore 5 /* ssl */
        start local 5 // boolean ssl
         5: .line 239
            aload 4 /* url */
            invokevirtual java.net.URL.getPort:()I
            istore 6 /* port */
        start local 6 // int port
         6: .line 240
            aload 4 /* url */
            invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
            astore 7 /* protocol */
        start local 7 // java.lang.String protocol
         7: .line 241
            ldc "ftp"
            aload 7 /* protocol */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
         8: .line 242
            iload 6 /* port */
            iconst_m1
            if_icmpne 20
         9: .line 243
            bipush 21
            istore 6 /* port */
        10: .line 245
            goto 20
        11: .line 246
      StackMap locals: int int java.lang.String
      StackMap stack:
            aload 7 /* protocol */
            aload 7 /* protocol */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* chend */
        start local 8 // char chend
        12: .line 247
            iload 8 /* chend */
            bipush 112
            if_icmpne 16
        13: .line 248
            iload 6 /* port */
            iconst_m1
            if_icmpne 20
        14: .line 249
            bipush 80
            istore 6 /* port */
        15: .line 251
            goto 20
      StackMap locals: int
      StackMap stack:
        16: iload 8 /* chend */
            bipush 115
            if_icmpne 20
        17: .line 252
            iconst_1
            istore 5 /* ssl */
        18: .line 253
            iload 6 /* port */
            iconst_m1
            if_icmpne 20
        19: .line 254
            sipush 443
            istore 6 /* port */
        end local 8 // char chend
        20: .line 258
      StackMap locals:
      StackMap stack:
            new io.vertx.ext.web.client.impl.HttpRequestImpl
            dup
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* serverAddress */
            aload 7 /* protocol */
            iload 5 /* ssl */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iload 6 /* port */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 4 /* url */
            invokevirtual java.net.URL.getHost:()Ljava/lang/String;
            aload 4 /* url */
            invokevirtual java.net.URL.getFile:()Ljava/lang/String;
        21: .line 259
            getstatic io.vertx.ext.web.codec.impl.BodyCodecImpl.BUFFER:Lio/vertx/ext/web/codec/BodyCodec;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.options:Lio/vertx/ext/web/client/WebClientOptions;
        22: .line 258
            invokespecial io.vertx.ext.web.client.impl.HttpRequestImpl.<init>:(Lio/vertx/ext/web/client/impl/WebClientInternal;Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;Ljava/lang/Boolean;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Lio/vertx/ext/web/codec/BodyCodec;Lio/vertx/ext/web/client/WebClientOptions;)V
            areturn
        end local 7 // java.lang.String protocol
        end local 6 // int port
        end local 5 // boolean ssl
        end local 4 // java.net.URL url
        end local 3 // java.lang.String surl
        end local 2 // io.vertx.core.net.SocketAddress serverAddress
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0           this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0   23     1         method  Lio/vertx/core/http/HttpMethod;
            0   23     2  serverAddress  Lio/vertx/core/net/SocketAddress;
            0   23     3           surl  Ljava/lang/String;
            1    2     4            url  Ljava/net/URL;
            4   23     4            url  Ljava/net/URL;
            5   23     5            ssl  Z
            6   23     6           port  I
            7   23     7       protocol  Ljava/lang/String;
           12   20     8          chend  C
      Exception table:
        from    to  target  type
           0     1       2  Class java.net.MalformedURLException
    Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
               Name  Flags
      method         
      serverAddress  
      surl           

  public io.vertx.ext.web.client.impl.WebClientInternal addInterceptor(io.vertx.core.Handler<io.vertx.ext.web.client.impl.HttpContext<?>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/client/impl/WebClientInternal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // io.vertx.core.Handler interceptor
         0: .line 264
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.interceptors:Ljava/util/List;
            aload 1 /* interceptor */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 265
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler interceptor
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    2     1  interceptor  Lio/vertx/core/Handler<Lio/vertx/ext/web/client/impl/HttpContext<*>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/web/client/impl/HttpContext<*>;>;)Lio/vertx/ext/web/client/impl/WebClientInternal;
    MethodParameters:
             Name  Flags
      interceptor  

  public <T> io.vertx.ext.web.client.impl.HttpContext<T> createContext(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.web.client.HttpResponse<T>>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/client/impl/HttpContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // io.vertx.core.Handler handler
         0: .line 270
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.client:Lio/vertx/core/http/HttpClient;
            checkcast io.vertx.core.http.impl.HttpClientImpl
            astore 2 /* client */
        start local 2 // io.vertx.core.http.impl.HttpClientImpl client
         1: .line 271
            new io.vertx.ext.web.client.impl.HttpContext
            dup
            aload 2 /* client */
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.interceptors:Ljava/util/List;
            aload 1 /* handler */
            invokespecial io.vertx.ext.web.client.impl.HttpContext.<init>:(Lio/vertx/core/http/impl/HttpClientImpl;Ljava/util/List;Lio/vertx/core/Handler;)V
            areturn
        end local 2 // io.vertx.core.http.impl.HttpClientImpl client
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/client/impl/WebClientBase;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/HttpResponse<TT;>;>;>;
            1    2     2   client  Lio/vertx/core/http/impl/HttpClientImpl;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/HttpResponse<TT;>;>;>;)Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
         0: .line 276
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.client:Lio/vertx/core/http/HttpClient;
            invokeinterface io.vertx.core.http.HttpClient.close:()Lio/vertx/core/Future;
            pop
         1: .line 277
            return
        end local 0 // io.vertx.ext.web.client.impl.WebClientBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/client/impl/WebClientBase;
}
SourceFile: "WebClientBase.java"