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 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* client */
            putfield io.vertx.ext.web.client.impl.WebClientBase.client:Lio/vertx/core/http/HttpClient;
         2: .line 49
            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 50
            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 53
            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 54
            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 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            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 58
            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 59
            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 60
            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 64
            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 69
            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 74
            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 79
            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 84
            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 89
            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 94
            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 99
            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 104
            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 109
            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 114
            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 119
            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 124
            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 129
            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 134
            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 139
            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 144
            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 149
            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 154
            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> raw(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=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String customHttpMethod
        start local 2 // java.lang.String requestURI
         0: .line 159
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.OTHER:Lio/vertx/core/http/HttpMethod;
            aload 2 /* requestURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.request:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            aload 1 /* customHttpMethod */
            invokeinterface io.vertx.ext.web.client.HttpRequest.rawMethod:(Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 2 // java.lang.String requestURI
        end local 1 // java.lang.String customHttpMethod
        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  customHttpMethod  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
      customHttpMethod  
      requestURI        

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> raw(java.lang.String, int, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String customHttpMethod
        start local 2 // int port
        start local 3 // java.lang.String host
        start local 4 // java.lang.String requestURI
         0: .line 164
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.OTHER:Lio/vertx/core/http/HttpMethod;
            iload 2 /* port */
            aload 3 /* host */
            aload 4 /* 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;
            aload 1 /* customHttpMethod */
            invokeinterface io.vertx.ext.web.client.HttpRequest.rawMethod:(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 // java.lang.String customHttpMethod
        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  customHttpMethod  Ljava/lang/String;
            0    1     2              port  I
            0    1     3              host  Ljava/lang/String;
            0    1     4        requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
                  Name  Flags
      customHttpMethod  
      port              
      host              
      requestURI        

  public io.vertx.ext.web.client.HttpRequest<io.vertx.core.buffer.Buffer> raw(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String customHttpMethod
        start local 2 // java.lang.String host
        start local 3 // java.lang.String requestURI
         0: .line 169
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.OTHER:Lio/vertx/core/http/HttpMethod;
            aload 2 /* host */
            aload 3 /* 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;
            aload 1 /* customHttpMethod */
            invokeinterface io.vertx.ext.web.client.HttpRequest.rawMethod:(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 // java.lang.String customHttpMethod
        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  customHttpMethod  Ljava/lang/String;
            0    1     2              host  Ljava/lang/String;
            0    1     3        requestURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
                  Name  Flags
      customHttpMethod  
      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 174
            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 179
            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 184
            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 189
            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 194
            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> rawAbs(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=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientBase this
        start local 1 // java.lang.String customHttpMethod
        start local 2 // java.lang.String absoluteURI
         0: .line 199
            aload 0 /* this */
            getstatic io.vertx.core.http.HttpMethod.OTHER:Lio/vertx/core/http/HttpMethod;
            aload 2 /* absoluteURI */
            invokevirtual io.vertx.ext.web.client.impl.WebClientBase.requestAbs:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            aload 1 /* customHttpMethod */
            invokeinterface io.vertx.ext.web.client.HttpRequest.rawMethod:(Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest;
            areturn
        end local 2 // java.lang.String absoluteURI
        end local 1 // java.lang.String customHttpMethod
        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  customHttpMethod  Ljava/lang/String;
            0    1     2       absoluteURI  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/HttpRequest<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
                  Name  Flags
      customHttpMethod  
      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 203
            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 208
            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
            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 209
            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 208
            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;ILjava/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 214
            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=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 // io.vertx.core.http.RequestOptions requestOptions
         0: .line 219
            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:()I
         1: .line 220
            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 219
            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;ILjava/lang/String;Ljava/lang/String;Lio/vertx/ext/web/codec/BodyCodec;Lio/vertx/ext/web/client/WebClientOptions;)V
            areturn
        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    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  requestOptions  Lio/vertx/core/http/RequestOptions;
    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 224
            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 229
            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
            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;ILjava/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 233
            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 238
            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 */
            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;ILjava/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 243
            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 251
            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 252
            goto 4
        end local 4 // java.net.URL url
      StackMap locals:
      StackMap stack: java.net.MalformedURLException
         2: pop
         3: .line 253
            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 255
      StackMap locals: java.net.URL
      StackMap stack:
            iconst_0
            istore 5 /* ssl */
        start local 5 // boolean ssl
         5: .line 256
            aload 4 /* url */
            invokevirtual java.net.URL.getPort:()I
            istore 6 /* port */
        start local 6 // int port
         6: .line 257
            aload 4 /* url */
            invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
            astore 7 /* protocol */
        start local 7 // java.lang.String protocol
         7: .line 258
            ldc "ftp"
            aload 7 /* protocol */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
         8: .line 259
            iload 6 /* port */
            iconst_m1
            if_icmpne 20
         9: .line 260
            bipush 21
            istore 6 /* port */
        10: .line 262
            goto 20
        11: .line 263
      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 264
            iload 8 /* chend */
            bipush 112
            if_icmpne 16
        13: .line 265
            iload 6 /* port */
            iconst_m1
            if_icmpne 20
        14: .line 266
            bipush 80
            istore 6 /* port */
        15: .line 268
            goto 20
      StackMap locals: int
      StackMap stack:
        16: iload 8 /* chend */
            bipush 115
            if_icmpne 20
        17: .line 269
            iconst_1
            istore 5 /* ssl */
        18: .line 270
            iload 6 /* port */
            iconst_m1
            if_icmpne 20
        19: .line 271
            sipush 443
            istore 6 /* port */
        end local 8 // char chend
        20: .line 275
      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 */
            aload 4 /* url */
            invokevirtual java.net.URL.getHost:()Ljava/lang/String;
            aload 4 /* url */
            invokevirtual java.net.URL.getFile:()Ljava/lang/String;
        21: .line 276
            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 275
            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;ILjava/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 281
            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 282
            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=6, 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 287
            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 288
            new io.vertx.ext.web.client.impl.HttpContext
            dup
            aload 2 /* client */
            invokevirtual io.vertx.core.http.impl.HttpClientImpl.getVertx:()Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.getOrCreateContext:()Lio/vertx/core/impl/ContextInternal;
            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/Context;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 293
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientBase.client:Lio/vertx/core/http/HttpClient;
            invokeinterface io.vertx.core.http.HttpClient.close:()V
         1: .line 294
            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"