public class io.vertx.ext.web.client.impl.HttpContext<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.client.impl.HttpContext
  super_class: java.lang.Object
{
  private final io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.web.client.HttpResponse<T>>> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/HttpResponse<TT;>;>;>;

  private final io.vertx.core.http.impl.HttpClientImpl client;
    descriptor: Lio/vertx/core/http/impl/HttpClientImpl;
    flags: (0x0012) ACC_PRIVATE, 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<*>;>;>;

  private io.vertx.core.Context context;
    descriptor: Lio/vertx/core/Context;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.ext.web.client.impl.HttpRequestImpl<T> request;
    descriptor: Lio/vertx/ext/web/client/impl/HttpRequestImpl;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/ext/web/client/impl/HttpRequestImpl<TT;>;

  private java.lang.Object body;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String contentType;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.String, java.lang.Object> attrs;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  private int interceptorIdx;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean invoking;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean invokeNext;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.ext.web.client.impl.ClientPhase phase;
    descriptor: Lio/vertx/ext/web/client/impl/ClientPhase;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.http.RequestOptions requestOptions;
    descriptor: Lio/vertx/core/http/RequestOptions;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.http.HttpClientRequest clientRequest;
    descriptor: Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.http.HttpClientResponse clientResponse;
    descriptor: Lio/vertx/core/http/HttpClientResponse;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.ext.web.client.HttpResponse<T> response;
    descriptor: Lio/vertx/ext/web/client/HttpResponse;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/ext/web/client/HttpResponse<TT;>;

  private java.lang.Throwable failure;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE

  private int redirects;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<java.lang.String> redirectedLocations;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;

  private static volatile int[] $SWITCH_TABLE$io$vertx$ext$web$client$impl$ClientPhase;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  void <init>(io.vertx.core.http.impl.HttpClientImpl, java.util.List<io.vertx.core.Handler<io.vertx.ext.web.client.impl.HttpContext<?>>>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.web.client.HttpResponse<T>>>);
    descriptor: (Lio/vertx/core/http/impl/HttpClientImpl;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // io.vertx.core.http.impl.HttpClientImpl client
        start local 2 // java.util.List interceptors
        start local 3 // io.vertx.core.Handler handler
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield io.vertx.ext.web.client.impl.HttpContext.redirectedLocations:Ljava/util/List;
         2: .line 67
            aload 0 /* this */
            aload 3 /* handler */
            putfield io.vertx.ext.web.client.impl.HttpContext.handler:Lio/vertx/core/Handler;
         3: .line 68
            aload 0 /* this */
            aload 1 /* client */
            putfield io.vertx.ext.web.client.impl.HttpContext.client:Lio/vertx/core/http/impl/HttpClientImpl;
         4: .line 69
            aload 0 /* this */
            aload 2 /* interceptors */
            putfield io.vertx.ext.web.client.impl.HttpContext.interceptors:Ljava/util/List;
         5: .line 70
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List interceptors
        end local 1 // io.vertx.core.http.impl.HttpClientImpl client
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    6     1        client  Lio/vertx/core/http/impl/HttpClientImpl;
            0    6     2  interceptors  Ljava/util/List<Lio/vertx/core/Handler<Lio/vertx/ext/web/client/impl/HttpContext<*>;>;>;
            0    6     3       handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/HttpResponse<TT;>;>;>;
    Signature: (Lio/vertx/core/http/impl/HttpClientImpl;Ljava/util/List<Lio/vertx/core/Handler<Lio/vertx/ext/web/client/impl/HttpContext<*>;>;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/HttpResponse<TT;>;>;>;)V
    MethodParameters:
              Name  Flags
      client        
      interceptors  
      handler       

  public io.vertx.core.http.HttpClientRequest clientRequest();
    descriptor: ()Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 76
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.clientRequest:Lio/vertx/core/http/HttpClientRequest;
            areturn
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;

  public io.vertx.core.http.HttpClientResponse clientResponse();
    descriptor: ()Lio/vertx/core/http/HttpClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 83
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.clientResponse:Lio/vertx/core/http/HttpClientResponse;
            areturn
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;

  public io.vertx.ext.web.client.impl.ClientPhase phase();
    descriptor: ()Lio/vertx/ext/web/client/impl/ClientPhase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 90
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.phase:Lio/vertx/ext/web/client/impl/ClientPhase;
            areturn
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;

  public io.vertx.ext.web.client.HttpRequest<T> request();
    descriptor: ()Lio/vertx/ext/web/client/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 97
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            areturn
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
    Signature: ()Lio/vertx/ext/web/client/HttpRequest<TT;>;

  public io.vertx.core.http.RequestOptions requestOptions();
    descriptor: ()Lio/vertx/core/http/RequestOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 104
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.requestOptions:Lio/vertx/core/http/RequestOptions;
            areturn
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;

  public void setRequestOptions(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // io.vertx.core.http.RequestOptions requestOptions
         0: .line 108
            aload 0 /* this */
            aload 1 /* requestOptions */
            putfield io.vertx.ext.web.client.impl.HttpContext.requestOptions:Lio/vertx/core/http/RequestOptions;
         1: .line 109
            return
        end local 1 // io.vertx.core.http.RequestOptions requestOptions
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    2     1  requestOptions  Lio/vertx/core/http/RequestOptions;
    MethodParameters:
                Name  Flags
      requestOptions  

  public io.vertx.ext.web.client.HttpResponse<T> response();
    descriptor: ()Lio/vertx/ext/web/client/HttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 115
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.response:Lio/vertx/ext/web/client/HttpResponse;
            areturn
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
    Signature: ()Lio/vertx/ext/web/client/HttpResponse<TT;>;

  public io.vertx.ext.web.client.impl.HttpContext<T> response(io.vertx.ext.web.client.HttpResponse<T>);
    descriptor: (Lio/vertx/ext/web/client/HttpResponse;)Lio/vertx/ext/web/client/impl/HttpContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // io.vertx.ext.web.client.HttpResponse response
         0: .line 119
            aload 0 /* this */
            aload 1 /* response */
            putfield io.vertx.ext.web.client.impl.HttpContext.response:Lio/vertx/ext/web/client/HttpResponse;
         1: .line 120
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.web.client.HttpResponse response
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    2     1  response  Lio/vertx/ext/web/client/HttpResponse<TT;>;
    Signature: (Lio/vertx/ext/web/client/HttpResponse<TT;>;)Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
    MethodParameters:
          Name  Flags
      response  

  public int redirects();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 127
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.redirects:I
            ireturn
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;

  public io.vertx.ext.web.client.impl.HttpContext<T> redirects(int);
    descriptor: (I)Lio/vertx/ext/web/client/impl/HttpContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // int redirects
         0: .line 137
            aload 0 /* this */
            iload 1 /* redirects */
            putfield io.vertx.ext.web.client.impl.HttpContext.redirects:I
         1: .line 138
            aload 0 /* this */
            areturn
        end local 1 // int redirects
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    2     1  redirects  I
    Signature: (I)Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
    MethodParameters:
           Name  Flags
      redirects  

  public java.lang.String contentType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 145
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.contentType:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;

  public java.lang.Object body();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 152
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
            areturn
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;

  public java.lang.Throwable failure();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 159
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.failure:Ljava/lang/Throwable;
            areturn
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;

  public java.util.List<java.lang.String> getRedirectedLocations();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 166
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.redirectedLocations:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public void prepareRequest(io.vertx.ext.web.client.HttpRequest<T>, java.lang.String, );
    descriptor: (Lio/vertx/ext/web/client/HttpRequest;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // io.vertx.ext.web.client.HttpRequest request
        start local 2 // java.lang.String contentType
        start local 3 // java.lang.Object body
         0: .line 177
            aload 0 /* this */
            aload 1 /* request */
            checkcast io.vertx.ext.web.client.impl.HttpRequestImpl
            putfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
         1: .line 178
            aload 0 /* this */
            aload 2 /* contentType */
            putfield io.vertx.ext.web.client.impl.HttpContext.contentType:Ljava/lang/String;
         2: .line 179
            aload 0 /* this */
            aload 3 /* body */
            putfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
         3: .line 180
            aload 0 /* this */
            getstatic io.vertx.ext.web.client.impl.ClientPhase.PREPARE_REQUEST:Lio/vertx/ext/web/client/impl/ClientPhase;
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.fire:(Lio/vertx/ext/web/client/impl/ClientPhase;)V
         4: .line 181
            return
        end local 3 // java.lang.Object body
        end local 2 // java.lang.String contentType
        end local 1 // io.vertx.ext.web.client.HttpRequest request
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    5     1      request  Lio/vertx/ext/web/client/HttpRequest<TT;>;
            0    5     2  contentType  Ljava/lang/String;
            0    5     3         body  Ljava/lang/Object;
    Signature: (Lio/vertx/ext/web/client/HttpRequest<TT;>;Ljava/lang/String;Ljava/lang/Object;)V
    MethodParameters:
             Name  Flags
      request      
      contentType  
      body         

  public void sendRequest(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // io.vertx.core.http.RequestOptions requestOptions
         0: .line 192
            aload 0 /* this */
            aload 1 /* requestOptions */
            putfield io.vertx.ext.web.client.impl.HttpContext.requestOptions:Lio/vertx/core/http/RequestOptions;
         1: .line 193
            aload 0 /* this */
            getstatic io.vertx.ext.web.client.impl.ClientPhase.SEND_REQUEST:Lio/vertx/ext/web/client/impl/ClientPhase;
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.fire:(Lio/vertx/ext/web/client/impl/ClientPhase;)V
         2: .line 194
            return
        end local 1 // io.vertx.core.http.RequestOptions requestOptions
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    3     1  requestOptions  Lio/vertx/core/http/RequestOptions;
    MethodParameters:
                Name  Flags
      requestOptions  

  public void followRedirect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 204
            aload 0 /* this */
            getstatic io.vertx.ext.web.client.impl.ClientPhase.SEND_REQUEST:Lio/vertx/ext/web/client/impl/ClientPhase;
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.fire:(Lio/vertx/ext/web/client/impl/ClientPhase;)V
         1: .line 205
            return
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;

  public void receiveResponse(io.vertx.core.http.HttpClientResponse);
    descriptor: (Lio/vertx/core/http/HttpClientResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // io.vertx.core.http.HttpClientResponse clientResponse
         0: .line 215
            aload 1 /* clientResponse */
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
            istore 2 /* sc */
        start local 2 // int sc
         1: .line 216
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.followRedirects:Z
            ifeq 2
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.client:Lio/vertx/core/http/impl/HttpClientImpl;
            invokevirtual io.vertx.core.http.impl.HttpClientImpl.getOptions:()Lio/vertx/core/http/HttpClientOptions;
            invokevirtual io.vertx.core.http.HttpClientOptions.getMaxRedirects:()I
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* maxRedirects */
        start local 3 // int maxRedirects
         4: .line 217
            aload 0 /* this */
            aload 1 /* clientResponse */
            putfield io.vertx.ext.web.client.impl.HttpContext.clientResponse:Lio/vertx/core/http/HttpClientResponse;
         5: .line 218
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.redirects:I
            iload 3 /* maxRedirects */
            if_icmpge 14
            iload 2 /* sc */
            sipush 300
            if_icmplt 14
            iload 2 /* sc */
            sipush 400
            if_icmpge 14
         6: .line 219
            aload 0 /* this */
            dup
            getfield io.vertx.ext.web.client.impl.HttpContext.redirects:I
            iconst_1
            iadd
            putfield io.vertx.ext.web.client.impl.HttpContext.redirects:I
         7: .line 220
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.client:Lio/vertx/core/http/impl/HttpClientImpl;
            invokevirtual io.vertx.core.http.impl.HttpClientImpl.redirectHandler:()Ljava/util/function/Function;
            aload 1 /* clientResponse */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.Future
            astore 4 /* next */
        start local 4 // io.vertx.core.Future next
         8: .line 221
            aload 4 /* next */
            ifnull 14
         9: .line 222
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.redirectedLocations:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 11
        10: .line 223
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.ext.web.client.impl.HttpContext.redirectedLocations:Ljava/util/List;
        11: .line 225
      StackMap locals: int io.vertx.core.Future
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.redirectedLocations:Ljava/util/List;
            aload 1 /* clientResponse */
            getstatic io.vertx.core.http.HttpHeaders.LOCATION:Ljava/lang/CharSequence;
            invokeinterface io.vertx.core.http.HttpClientResponse.getHeader:(Ljava/lang/CharSequence;)Ljava/lang/String;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        12: .line 226
            aload 4 /* next */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/web/client/impl/HttpContext;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$0(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
        13: .line 234
            return
        end local 4 // io.vertx.core.Future next
        14: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* clientResponse */
            putfield io.vertx.ext.web.client.impl.HttpContext.clientResponse:Lio/vertx/core/http/HttpClientResponse;
        15: .line 238
            aload 0 /* this */
            getstatic io.vertx.ext.web.client.impl.ClientPhase.RECEIVE_RESPONSE:Lio/vertx/ext/web/client/impl/ClientPhase;
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.fire:(Lio/vertx/ext/web/client/impl/ClientPhase;)V
        16: .line 239
            return
        end local 3 // int maxRedirects
        end local 2 // int sc
        end local 1 // io.vertx.core.http.HttpClientResponse clientResponse
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   17     0            this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0   17     1  clientResponse  Lio/vertx/core/http/HttpClientResponse;
            1   17     2              sc  I
            4   17     3    maxRedirects  I
            8   14     4            next  Lio/vertx/core/Future<Lio/vertx/core/http/RequestOptions;>;
    MethodParameters:
                Name  Flags
      clientResponse  

  public void dispatchResponse(io.vertx.ext.web.client.HttpResponse<T>);
    descriptor: (Lio/vertx/ext/web/client/HttpResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // io.vertx.ext.web.client.HttpResponse response
         0: .line 250
            aload 0 /* this */
            aload 1 /* response */
            putfield io.vertx.ext.web.client.impl.HttpContext.response:Lio/vertx/ext/web/client/HttpResponse;
         1: .line 251
            aload 0 /* this */
            getstatic io.vertx.ext.web.client.impl.ClientPhase.DISPATCH_RESPONSE:Lio/vertx/ext/web/client/impl/ClientPhase;
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.fire:(Lio/vertx/ext/web/client/impl/ClientPhase;)V
         2: .line 252
            return
        end local 1 // io.vertx.ext.web.client.HttpResponse response
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    3     1  response  Lio/vertx/ext/web/client/HttpResponse<TT;>;
    Signature: (Lio/vertx/ext/web/client/HttpResponse<TT;>;)V
    MethodParameters:
          Name  Flags
      response  

  public boolean fail(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // java.lang.Throwable cause
         0: .line 265
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.phase:Lio/vertx/ext/web/client/impl/ClientPhase;
            getstatic io.vertx.ext.web.client.impl.ClientPhase.FAILURE:Lio/vertx/ext/web/client/impl/ClientPhase;
            if_acmpne 2
         1: .line 267
            iconst_0
            ireturn
         2: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cause */
            putfield io.vertx.ext.web.client.impl.HttpContext.failure:Ljava/lang/Throwable;
         3: .line 270
            aload 0 /* this */
            getstatic io.vertx.ext.web.client.impl.ClientPhase.FAILURE:Lio/vertx/ext/web/client/impl/ClientPhase;
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.fire:(Lio/vertx/ext/web/client/impl/ClientPhase;)V
         4: .line 271
            iconst_1
            ireturn
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    5     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  private void fire(io.vertx.ext.web.client.impl.ClientPhase);
    descriptor: (Lio/vertx/ext/web/client/impl/ClientPhase;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // io.vertx.ext.web.client.impl.ClientPhase phase
         0: .line 283
            aload 1 /* phase */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 284
            aload 0 /* this */
            aload 1 /* phase */
            putfield io.vertx.ext.web.client.impl.HttpContext.phase:Lio/vertx/ext/web/client/impl/ClientPhase;
         2: .line 285
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.invoking:Z
            ifeq 6
         3: .line 286
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.web.client.impl.HttpContext.interceptorIdx:I
         4: .line 287
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.client.impl.HttpContext.invokeNext:Z
         5: .line 288
            goto 7
         6: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.next:()V
         7: .line 291
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.ext.web.client.impl.ClientPhase phase
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    8     1  phase  Lio/vertx/ext/web/client/impl/ClientPhase;
    MethodParameters:
       Name  Flags
      phase  

  public void next();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 297
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.invoking:Z
            ifeq 21
         1: .line 298
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.client.impl.HttpContext.invokeNext:Z
         2: .line 299
            goto 24
         3: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.interceptors:Ljava/util/List;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.interceptorIdx:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.core.Handler
            astore 1 /* interceptor */
        start local 1 // io.vertx.core.Handler interceptor
         4: .line 302
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.client.impl.HttpContext.invoking:Z
         5: .line 303
            aload 0 /* this */
            dup
            getfield io.vertx.ext.web.client.impl.HttpContext.interceptorIdx:I
            iconst_1
            iadd
            putfield io.vertx.ext.web.client.impl.HttpContext.interceptorIdx:I
         6: .line 305
            aload 1 /* interceptor */
            aload 0 /* this */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         7: .line 306
            goto 17
      StackMap locals: io.vertx.ext.web.client.impl.HttpContext io.vertx.core.Handler
      StackMap stack: java.lang.Exception
         8: astore 2 /* e */
        start local 2 // java.lang.Exception e
         9: .line 309
            aload 0 /* this */
            aload 2 /* e */
            putfield io.vertx.ext.web.client.impl.HttpContext.failure:Ljava/lang/Throwable;
        10: .line 310
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.web.client.impl.HttpContext.invokeNext:Z
        11: .line 311
            aload 0 /* this */
            getstatic io.vertx.ext.web.client.impl.ClientPhase.FAILURE:Lio/vertx/ext/web/client/impl/ClientPhase;
            putfield io.vertx.ext.web.client.impl.HttpContext.phase:Lio/vertx/ext/web/client/impl/ClientPhase;
        12: .line 314
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.web.client.impl.HttpContext.invoking:Z
        13: .line 312
            goto 22
        end local 2 // java.lang.Exception e
        14: .line 313
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
        15: .line 314
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.web.client.impl.HttpContext.invoking:Z
        16: .line 315
            aload 3
            athrow
        17: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.web.client.impl.HttpContext.invoking:Z
        18: .line 316
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.invokeNext:Z
            ifne 20
        19: .line 317
            return
        20: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.web.client.impl.HttpContext.invokeNext:Z
        end local 1 // io.vertx.core.Handler interceptor
        21: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.interceptorIdx:I
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.interceptors:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 3
        22: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.web.client.impl.HttpContext.interceptorIdx:I
        23: .line 322
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.execute:()V
        24: .line 324
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   25     0         this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            4   21     1  interceptor  Lio/vertx/core/Handler<Lio/vertx/ext/web/client/impl/HttpContext<*>;>;
            9   14     2            e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.Exception
           6    12      14  any

  private void execute();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 327
            invokestatic io.vertx.ext.web.client.impl.HttpContext.$SWITCH_TABLE$io$vertx$ext$web$client$impl$ClientPhase:()[I
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.phase:Lio/vertx/ext/web/client/impl/ClientPhase;
            invokevirtual io.vertx.ext.web.client.impl.ClientPhase.ordinal:()I
            iaload
            tableswitch { // 1 - 6
                    1: 1
                    2: 3
                    3: 5
                    4: 7
                    5: 9
                    6: 11
              default: 12
          }
         1: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.handlePrepareRequest:()V
         2: .line 330
            goto 12
         3: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.handleSendRequest:()V
         4: .line 333
            goto 12
         5: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.followRedirect:()V
         6: .line 336
            goto 12
         7: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.handleReceiveResponse:()V
         8: .line 339
            goto 12
         9: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.handleDispatchResponse:()V
        10: .line 342
            goto 12
        11: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.handleFailure:()V
        12: .line 347
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;

  private void handleFailure();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 350
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.handler:Lio/vertx/core/Handler;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.failure:Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 351
            return
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;

  private void handleDispatchResponse();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 354
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.handler:Lio/vertx/core/Handler;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.response:Lio/vertx/ext/web/client/HttpResponse;
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 355
            return
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;

  private void handlePrepareRequest();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=6, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 358
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.client:Lio/vertx/core/http/impl/HttpClientImpl;
            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;
            putfield io.vertx.ext.web.client.impl.HttpContext.context:Lio/vertx/core/Context;
         1: .line 360
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.params:Lio/vertx/core/MultiMap;
            ifnull 6
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.params:Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.MultiMap.size:()I
            ifle 6
         2: .line 361
            new io.netty.handler.codec.http.QueryStringEncoder
            dup
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.uri:Ljava/lang/String;
            invokespecial io.netty.handler.codec.http.QueryStringEncoder.<init>:(Ljava/lang/String;)V
            astore 2 /* enc */
        start local 2 // io.netty.handler.codec.http.QueryStringEncoder enc
         3: .line 362
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.params:Lio/vertx/core/MultiMap;
            aload 2 /* enc */
            invokedynamic accept(Lio/netty/handler/codec/http/QueryStringEncoder;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$1(Lio/netty/handler/codec/http/QueryStringEncoder;Ljava/util/Map$Entry;)V (6)
                  (Ljava/util/Map$Entry;)V
            invokeinterface io.vertx.core.MultiMap.forEach:(Ljava/util/function/Consumer;)V
         4: .line 363
            aload 2 /* enc */
            invokevirtual io.netty.handler.codec.http.QueryStringEncoder.toString:()Ljava/lang/String;
            astore 1 /* requestURI */
        end local 2 // io.netty.handler.codec.http.QueryStringEncoder enc
        start local 1 // java.lang.String requestURI
         5: .line 364
            goto 7
        end local 1 // java.lang.String requestURI
         6: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.uri:Ljava/lang/String;
            astore 1 /* requestURI */
        start local 1 // java.lang.String requestURI
         7: .line 367
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            invokevirtual io.vertx.ext.web.client.impl.HttpRequestImpl.port:()I
            istore 2 /* port */
        start local 2 // int port
         8: .line 368
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            invokevirtual io.vertx.ext.web.client.impl.HttpRequestImpl.host:()Ljava/lang/String;
            astore 3 /* host */
        start local 3 // java.lang.String host
         9: .line 369
            new io.vertx.core.http.RequestOptions
            dup
            invokespecial io.vertx.core.http.RequestOptions.<init>:()V
            astore 4 /* options */
        start local 4 // io.vertx.core.http.RequestOptions options
        10: .line 370
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.ssl:Ljava/lang/Boolean;
            ifnull 18
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.ssl:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.options:Lio/vertx/ext/web/client/WebClientOptions;
            invokevirtual io.vertx.ext.web.client.WebClientOptions.isSsl:()Z
            if_icmpeq 18
        11: .line 371
            aload 4 /* options */
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.serverAddress:Lio/vertx/core/net/SocketAddress;
            invokevirtual io.vertx.core.http.RequestOptions.setServer:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/core/http/RequestOptions;
        12: .line 372
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.method:Lio/vertx/core/http/HttpMethod;
            invokevirtual io.vertx.core.http.RequestOptions.setMethod:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/core/http/RequestOptions;
        13: .line 373
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.ssl:Ljava/lang/Boolean;
            invokevirtual io.vertx.core.http.RequestOptions.setSsl:(Ljava/lang/Boolean;)Lio/vertx/core/http/RequestOptions;
        14: .line 374
            aload 3 /* host */
            invokevirtual io.vertx.core.http.RequestOptions.setHost:(Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
        15: .line 375
            iload 2 /* port */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.http.RequestOptions.setPort:(Ljava/lang/Integer;)Lio/vertx/core/http/RequestOptions;
        16: .line 376
            aload 1 /* requestURI */
            invokevirtual io.vertx.core.http.RequestOptions.setURI:(Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
            pop
        17: .line 377
            goto 32
        18: .line 378
      StackMap locals: int java.lang.String io.vertx.core.http.RequestOptions
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.protocol:Ljava/lang/String;
            ifnull 27
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.protocol:Ljava/lang/String;
            ldc "http"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 27
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.protocol:Ljava/lang/String;
            ldc "https"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 27
        19: .line 381
            new java.net.URI
            dup
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.protocol:Ljava/lang/String;
            aconst_null
            aload 3 /* host */
            iload 2 /* port */
            aload 1 /* requestURI */
            aconst_null
            aconst_null
            invokespecial java.net.URI.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            astore 5 /* uri */
        start local 5 // java.net.URI uri
        20: .line 382
            aload 4 /* options */
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.serverAddress:Lio/vertx/core/net/SocketAddress;
            invokevirtual io.vertx.core.http.RequestOptions.setServer:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/core/http/RequestOptions;
        21: .line 383
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.method:Lio/vertx/core/http/HttpMethod;
            invokevirtual io.vertx.core.http.RequestOptions.setMethod:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/core/http/RequestOptions;
        22: .line 384
            aload 5 /* uri */
            invokevirtual java.net.URI.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.http.RequestOptions.setAbsoluteURI:(Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
            pop
        end local 5 // java.net.URI uri
        23: .line 385
            goto 32
      StackMap locals:
      StackMap stack: java.net.URISyntaxException
        24: astore 5 /* ex */
        start local 5 // java.net.URISyntaxException ex
        25: .line 386
            aload 0 /* this */
            aload 5 /* ex */
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.fail:(Ljava/lang/Throwable;)Z
            pop
        26: .line 387
            return
        end local 5 // java.net.URISyntaxException ex
        27: .line 390
      StackMap locals:
      StackMap stack:
            aload 4 /* options */
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.serverAddress:Lio/vertx/core/net/SocketAddress;
            invokevirtual io.vertx.core.http.RequestOptions.setServer:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/core/http/RequestOptions;
        28: .line 391
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.method:Lio/vertx/core/http/HttpMethod;
            invokevirtual io.vertx.core.http.RequestOptions.setMethod:(Lio/vertx/core/http/HttpMethod;)Lio/vertx/core/http/RequestOptions;
        29: .line 392
            aload 3 /* host */
            invokevirtual io.vertx.core.http.RequestOptions.setHost:(Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
        30: .line 393
            iload 2 /* port */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.vertx.core.http.RequestOptions.setPort:(Ljava/lang/Integer;)Lio/vertx/core/http/RequestOptions;
        31: .line 394
            aload 1 /* requestURI */
            invokevirtual io.vertx.core.http.RequestOptions.setURI:(Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
            pop
        32: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.web.client.impl.HttpContext.redirects:I
        33: .line 398
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.virtualHost:Ljava/lang/String;
            ifnull 37
        34: .line 399
            aload 4 /* options */
            invokevirtual io.vertx.core.http.RequestOptions.getServer:()Lio/vertx/core/net/SocketAddress;
            ifnonnull 36
        35: .line 400
            aload 4 /* options */
            aload 4 /* options */
            invokevirtual io.vertx.core.http.RequestOptions.getPort:()Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            aload 4 /* options */
            invokevirtual io.vertx.core.http.RequestOptions.getHost:()Ljava/lang/String;
            invokestatic io.vertx.core.net.SocketAddress.inetSocketAddress:(ILjava/lang/String;)Lio/vertx/core/net/SocketAddress;
            invokevirtual io.vertx.core.http.RequestOptions.setServer:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/core/http/RequestOptions;
            pop
        36: .line 402
      StackMap locals:
      StackMap stack:
            aload 4 /* options */
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.virtualHost:Ljava/lang/String;
            invokevirtual io.vertx.core.http.RequestOptions.setHost:(Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
            pop
        37: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* options */
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.sendRequest:(Lio/vertx/core/http/RequestOptions;)V
        38: .line 405
            return
        end local 4 // io.vertx.core.http.RequestOptions options
        end local 3 // java.lang.String host
        end local 2 // int port
        end local 1 // java.lang.String requestURI
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   39     0        this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            5    6     1  requestURI  Ljava/lang/String;
            7   39     1  requestURI  Ljava/lang/String;
            3    5     2         enc  Lio/netty/handler/codec/http/QueryStringEncoder;
            8   39     2        port  I
            9   39     3        host  Ljava/lang/String;
           10   39     4     options  Lio/vertx/core/http/RequestOptions;
           20   23     5         uri  Ljava/net/URI;
           25   27     5          ex  Ljava/net/URISyntaxException;
      Exception table:
        from    to  target  type
          19    23      24  Class java.net.URISyntaxException

  private void handleReceiveResponse();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 408
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.clientResponse:Lio/vertx/core/http/HttpClientResponse;
            astore 1 /* resp */
        start local 1 // io.vertx.core.http.HttpClientResponse resp
         1: .line 409
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 2 /* context */
        start local 2 // io.vertx.core.Context context
         2: .line 410
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 3 /* promise */
        start local 3 // io.vertx.core.Promise promise
         3: .line 411
            aload 3 /* promise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            aload 0 /* this */
            aload 2 /* context */
            invokedynamic handle(Lio/vertx/ext/web/client/impl/HttpContext;Lio/vertx/core/Context;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$2(Lio/vertx/core/Context;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         4: .line 421
            aload 1 /* resp */
            aload 3 /* promise */
            invokedynamic handle(Lio/vertx/core/Promise;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$4(Lio/vertx/core/Promise;Ljava/lang/Throwable;)V (6)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.http.HttpClientResponse.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientResponse;
            pop
         5: .line 426
            aload 1 /* resp */
            invokeinterface io.vertx.core.http.HttpClientResponse.pipe:()Lio/vertx/core/streams/Pipe;
            astore 4 /* pipe */
        start local 4 // io.vertx.core.streams.Pipe pipe
         6: .line 427
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.codec:Lio/vertx/ext/web/codec/BodyCodec;
            aload 0 /* this */
            aload 4 /* pipe */
            aload 3 /* promise */
            aload 1 /* resp */
            invokedynamic handle(Lio/vertx/ext/web/client/impl/HttpContext;Lio/vertx/core/streams/Pipe;Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$5(Lio/vertx/core/streams/Pipe;Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.ext.web.codec.BodyCodec.create:(Lio/vertx/core/Handler;)V
         7: .line 457
            return
        end local 4 // io.vertx.core.streams.Pipe pipe
        end local 3 // io.vertx.core.Promise promise
        end local 2 // io.vertx.core.Context context
        end local 1 // io.vertx.core.http.HttpClientResponse resp
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            1    8     1     resp  Lio/vertx/core/http/HttpClientResponse;
            2    8     2  context  Lio/vertx/core/Context;
            3    8     3  promise  Lio/vertx/core/Promise<Lio/vertx/ext/web/client/HttpResponse<TT;>;>;
            6    8     4     pipe  Lio/vertx/core/streams/Pipe<Lio/vertx/core/buffer/Buffer;>;

  private void handleSendRequest();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
         0: .line 460
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.headers:Lio/vertx/core/MultiMap;
            ifnull 6
         1: .line 461
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.requestOptions:Lio/vertx/core/http/RequestOptions;
            invokevirtual io.vertx.core.http.RequestOptions.getHeaders:()Lio/vertx/core/MultiMap;
            astore 1 /* headers */
        start local 1 // io.vertx.core.MultiMap headers
         2: .line 462
            aload 1 /* headers */
            ifnonnull 5
         3: .line 463
            invokestatic io.vertx.core.MultiMap.caseInsensitiveMultiMap:()Lio/vertx/core/MultiMap;
            astore 1 /* headers */
         4: .line 464
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.requestOptions:Lio/vertx/core/http/RequestOptions;
            aload 1 /* headers */
            invokevirtual io.vertx.core.http.RequestOptions.setHeaders:(Lio/vertx/core/MultiMap;)Lio/vertx/core/http/RequestOptions;
            pop
         5: .line 466
      StackMap locals: io.vertx.core.MultiMap
      StackMap stack:
            aload 1 /* headers */
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.headers:Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.MultiMap.addAll:(Lio/vertx/core/MultiMap;)Lio/vertx/core/MultiMap;
            pop
        end local 1 // io.vertx.core.MultiMap headers
         6: .line 468
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.contentType:Ljava/lang/String;
            ifnull 12
         7: .line 469
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.requestOptions:Lio/vertx/core/http/RequestOptions;
            invokevirtual io.vertx.core.http.RequestOptions.getHeaders:()Lio/vertx/core/MultiMap;
            getstatic io.vertx.core.http.HttpHeaders.CONTENT_TYPE:Ljava/lang/CharSequence;
            invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/CharSequence;)Ljava/lang/String;
            astore 1 /* prev */
        start local 1 // java.lang.String prev
         8: .line 470
            aload 1 /* prev */
            ifnonnull 11
         9: .line 471
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.requestOptions:Lio/vertx/core/http/RequestOptions;
            getstatic io.vertx.core.http.HttpHeaders.CONTENT_TYPE:Ljava/lang/CharSequence;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.contentType:Ljava/lang/String;
            invokevirtual io.vertx.core.http.RequestOptions.addHeader:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/RequestOptions;
            pop
        10: .line 472
            goto 12
        11: .line 473
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* prev */
            putfield io.vertx.ext.web.client.impl.HttpContext.contentType:Ljava/lang/String;
        end local 1 // java.lang.String prev
        12: .line 476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.requestOptions:Lio/vertx/core/http/RequestOptions;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.timeout:J
            invokevirtual io.vertx.core.http.RequestOptions.setTimeout:(J)Lio/vertx/core/http/RequestOptions;
            pop
        13: .line 478
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
            ifnonnull 14
            ldc "application/json"
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.contentType:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 53
        14: .line 479
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
            instanceof io.vertx.core.MultiMap
            ifeq 22
        15: .line 480
            invokestatic io.vertx.ext.web.multipart.MultipartForm.create:()Lio/vertx/ext/web/multipart/MultipartForm;
            astore 2 /* parts */
        start local 2 // io.vertx.ext.web.multipart.MultipartForm parts
        16: .line 481
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
            checkcast io.vertx.core.MultiMap
            astore 3 /* attributes */
        start local 3 // io.vertx.core.MultiMap attributes
        17: .line 482
            aload 3 /* attributes */
            invokeinterface io.vertx.core.MultiMap.iterator:()Ljava/util/Iterator;
            astore 5
            goto 20
      StackMap locals: io.vertx.ext.web.client.impl.HttpContext top io.vertx.ext.web.multipart.MultipartForm io.vertx.core.MultiMap top java.util.Iterator
      StackMap stack:
        18: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* attribute */
        start local 4 // java.util.Map$Entry attribute
        19: .line 483
            aload 2 /* parts */
            aload 4 /* attribute */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 4 /* attribute */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokeinterface io.vertx.ext.web.multipart.MultipartForm.attribute:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/multipart/MultipartForm;
            pop
        end local 4 // java.util.Map$Entry attribute
        20: .line 482
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 18
        21: .line 485
            aload 0 /* this */
            aload 2 /* parts */
            putfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
        end local 3 // io.vertx.core.MultiMap attributes
        end local 2 // io.vertx.ext.web.multipart.MultipartForm parts
        22: .line 487
      StackMap locals: io.vertx.ext.web.client.impl.HttpContext
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
            instanceof io.vertx.ext.web.multipart.MultipartForm
            ifeq 39
        23: .line 490
            ldc "multipart/form-data"
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.contentType:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            istore 3 /* multipart */
        start local 3 // boolean multipart
        24: .line 491
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.multipartMixed:Z
            ifeq 25
            getstatic io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode.RFC1738:Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder$EncoderMode;
            goto 26
      StackMap locals: io.vertx.ext.web.client.impl.HttpContext top top int
      StackMap stack:
        25: getstatic io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode.HTML5:Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder$EncoderMode;
      StackMap locals:
      StackMap stack: io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode
        26: astore 4 /* encoderMode */
        start local 4 // io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode encoderMode
        27: .line 492
            new io.vertx.ext.web.client.impl.MultipartFormUpload
            dup
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.context:Lio/vertx/core/Context;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
            checkcast io.vertx.ext.web.multipart.MultipartForm
            iload 3 /* multipart */
            aload 4 /* encoderMode */
            invokespecial io.vertx.ext.web.client.impl.MultipartFormUpload.<init>:(Lio/vertx/core/Context;Lio/vertx/ext/web/multipart/MultipartForm;ZLio/netty/handler/codec/http/multipart/HttpPostRequestEncoder$EncoderMode;)V
            astore 2 /* multipartForm */
        start local 2 // io.vertx.ext.web.client.impl.MultipartFormUpload multipartForm
        28: .line 493
            aload 0 /* this */
            aload 2 /* multipartForm */
            putfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
        end local 4 // io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode encoderMode
        end local 3 // boolean multipart
        29: .line 494
            goto 33
        end local 2 // io.vertx.ext.web.client.impl.MultipartFormUpload multipartForm
      StackMap locals: io.vertx.ext.web.client.impl.HttpContext
      StackMap stack: java.lang.Exception
        30: astore 3 /* e */
        start local 3 // java.lang.Exception e
        31: .line 495
            aload 0 /* this */
            aload 3 /* e */
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.fail:(Ljava/lang/Throwable;)Z
            pop
        32: .line 496
            return
        end local 3 // java.lang.Exception e
        start local 2 // io.vertx.ext.web.client.impl.MultipartFormUpload multipartForm
        33: .line 498
      StackMap locals: io.vertx.ext.web.client.impl.HttpContext top io.vertx.ext.web.client.impl.MultipartFormUpload
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            invokevirtual io.vertx.ext.web.client.impl.HttpRequestImpl.headers:()Lio/vertx/core/MultiMap;
            invokeinterface io.vertx.core.MultiMap.names:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 36
      StackMap locals: io.vertx.ext.web.client.impl.HttpContext top io.vertx.ext.web.client.impl.MultipartFormUpload top java.util.Iterator
      StackMap stack:
        34: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* headerName */
        start local 3 // java.lang.String headerName
        35: .line 499
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.requestOptions:Lio/vertx/core/http/RequestOptions;
            aload 3 /* headerName */
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            invokevirtual io.vertx.ext.web.client.impl.HttpRequestImpl.headers:()Lio/vertx/core/MultiMap;
            aload 3 /* headerName */
            invokeinterface io.vertx.core.MultiMap.get:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual io.vertx.core.http.RequestOptions.putHeader:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
            pop
        end local 3 // java.lang.String headerName
        36: .line 498
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 34
        37: .line 501
            aload 2 /* multipartForm */
            invokevirtual io.vertx.ext.web.client.impl.MultipartFormUpload.headers:()Lio/vertx/core/MultiMap;
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/ext/web/client/impl/HttpContext;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$8(Ljava/util/Map$Entry;)V (7)
                  (Ljava/util/Map$Entry;)V
            invokeinterface io.vertx.core.MultiMap.forEach:(Ljava/util/function/Consumer;)V
        38: .line 504
            aload 2 /* multipartForm */
            invokevirtual io.vertx.ext.web.client.impl.MultipartFormUpload.run:()V
        end local 2 // io.vertx.ext.web.client.impl.MultipartFormUpload multipartForm
        39: .line 506
      StackMap locals: io.vertx.ext.web.client.impl.HttpContext
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
            instanceof io.vertx.core.streams.ReadStream
            ifeq 44
        40: .line 507
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
            checkcast io.vertx.core.streams.ReadStream
            astore 2 /* stream */
        start local 2 // io.vertx.core.streams.ReadStream stream
        41: .line 508
            aload 2 /* stream */
            invokeinterface io.vertx.core.streams.ReadStream.pipe:()Lio/vertx/core/streams/Pipe;
            astore 3 /* pipe */
        start local 3 // io.vertx.core.streams.Pipe pipe
        42: .line 509
            aload 0 /* this */
            aload 3 /* pipe */
            invokedynamic handle(Lio/vertx/ext/web/client/impl/HttpContext;Lio/vertx/core/streams/Pipe;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$9(Lio/vertx/core/streams/Pipe;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            astore 1 /* continuation */
        end local 3 // io.vertx.core.streams.Pipe pipe
        end local 2 // io.vertx.core.streams.ReadStream stream
        start local 1 // io.vertx.core.Handler continuation
        43: .line 528
            goto 54
        end local 1 // io.vertx.core.Handler continuation
        44: .line 530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
            instanceof io.vertx.core.buffer.Buffer
            ifeq 47
        45: .line 531
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
            checkcast io.vertx.core.buffer.Buffer
            astore 2 /* buffer */
        start local 2 // io.vertx.core.buffer.Buffer buffer
        46: .line 532
            goto 51
        end local 2 // io.vertx.core.buffer.Buffer buffer
      StackMap locals:
      StackMap stack:
        47: aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
            instanceof io.vertx.core.json.JsonObject
            ifeq 50
        48: .line 533
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            invokevirtual io.vertx.core.json.JsonObject.encode:()Ljava/lang/String;
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            astore 2 /* buffer */
        start local 2 // io.vertx.core.buffer.Buffer buffer
        49: .line 534
            goto 51
        end local 2 // io.vertx.core.buffer.Buffer buffer
        50: .line 535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.body:Ljava/lang/Object;
            invokestatic io.vertx.core.json.Json.encode:(Ljava/lang/Object;)Ljava/lang/String;
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            astore 2 /* buffer */
        start local 2 // io.vertx.core.buffer.Buffer buffer
        51: .line 537
      StackMap locals: io.vertx.ext.web.client.impl.HttpContext top io.vertx.core.buffer.Buffer
      StackMap stack:
            aload 0 /* this */
            aload 2 /* buffer */
            invokedynamic handle(Lio/vertx/ext/web/client/impl/HttpContext;Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$11(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            astore 1 /* continuation */
        end local 2 // io.vertx.core.buffer.Buffer buffer
        start local 1 // io.vertx.core.Handler continuation
        52: .line 546
            goto 54
        end local 1 // io.vertx.core.Handler continuation
        53: .line 547
      StackMap locals: io.vertx.ext.web.client.impl.HttpContext
      StackMap stack:
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/web/client/impl/HttpContext;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$12(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            astore 1 /* continuation */
        start local 1 // io.vertx.core.Handler continuation
        54: .line 555
      StackMap locals: io.vertx.core.Handler
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.client:Lio/vertx/core/http/impl/HttpClientImpl;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.requestOptions:Lio/vertx/core/http/RequestOptions;
            invokevirtual io.vertx.core.http.impl.HttpClientImpl.request:(Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/Future;
            astore 2 /* f */
        start local 2 // io.vertx.core.Future f
        55: .line 556
            aload 2 /* f */
            aload 0 /* this */
            aload 1 /* continuation */
            invokedynamic handle(Lio/vertx/ext/web/client/impl/HttpContext;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$13(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
        56: .line 574
            return
        end local 2 // io.vertx.core.Future f
        end local 1 // io.vertx.core.Handler continuation
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   57     0           this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            2    6     1        headers  Lio/vertx/core/MultiMap;
            8   12     1           prev  Ljava/lang/String;
           43   44     1   continuation  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClientRequest;>;>;
           52   53     1   continuation  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClientRequest;>;>;
           54   57     1   continuation  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClientRequest;>;>;
           16   22     2          parts  Lio/vertx/ext/web/multipart/MultipartForm;
           17   22     3     attributes  Lio/vertx/core/MultiMap;
           19   20     4      attribute  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;
           28   30     2  multipartForm  Lio/vertx/ext/web/client/impl/MultipartFormUpload;
           33   39     2  multipartForm  Lio/vertx/ext/web/client/impl/MultipartFormUpload;
           24   29     3      multipart  Z
           27   29     4    encoderMode  Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder$EncoderMode;
           31   33     3              e  Ljava/lang/Exception;
           35   36     3     headerName  Ljava/lang/String;
           41   43     2         stream  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
           42   43     3           pipe  Lio/vertx/core/streams/Pipe<Lio/vertx/core/buffer/Buffer;>;
           46   47     2         buffer  Lio/vertx/core/buffer/Buffer;
           49   50     2         buffer  Lio/vertx/core/buffer/Buffer;
           51   52     2         buffer  Lio/vertx/core/buffer/Buffer;
           55   57     2              f  Lio/vertx/core/Future<Lio/vertx/core/http/HttpClientRequest;>;
      Exception table:
        from    to  target  type
          23    29      30  Class java.lang.Exception

  public <T> T get(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // java.lang.String key
         0: .line 577
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.attrs:Ljava/util/Map;
            ifnull 1
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.attrs:Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object
         2: areturn
        end local 1 // java.lang.String key
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    3     1   key  Ljava/lang/String;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;)TT;
    MethodParameters:
      Name  Flags
      key   

  public io.vertx.ext.web.client.impl.HttpContext<T> set(java.lang.String, );
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/ext/web/client/impl/HttpContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object value
         0: .line 581
            aload 2 /* value */
            ifnonnull 4
         1: .line 582
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.attrs:Ljava/util/Map;
            ifnull 7
         2: .line 583
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.attrs:Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 585
            goto 7
         4: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.attrs:Ljava/util/Map;
            ifnonnull 6
         5: .line 587
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield io.vertx.ext.web.client.impl.HttpContext.attrs:Ljava/util/Map;
         6: .line 589
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.attrs:Ljava/util/Map;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 591
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String key
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    8     1    key  Ljava/lang/String;
            0    8     2  value  Ljava/lang/Object;
    Signature: (Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
    MethodParameters:
       Name  Flags
      key    
      value  

  static int[] $SWITCH_TABLE$io$vertx$ext$web$client$impl$ClientPhase();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 44
            getstatic io.vertx.ext.web.client.impl.HttpContext.$SWITCH_TABLE$io$vertx$ext$web$client$impl$ClientPhase:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic io.vertx.ext.web.client.impl.ClientPhase.values:()[Lio/vertx/ext/web/client/impl/ClientPhase;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic io.vertx.ext.web.client.impl.ClientPhase.DISPATCH_RESPONSE:Lio/vertx/ext/web/client/impl/ClientPhase;
            invokevirtual io.vertx.ext.web.client.impl.ClientPhase.ordinal:()I
            iconst_5
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic io.vertx.ext.web.client.impl.ClientPhase.FAILURE:Lio/vertx/ext/web/client/impl/ClientPhase;
            invokevirtual io.vertx.ext.web.client.impl.ClientPhase.ordinal:()I
            bipush 6
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic io.vertx.ext.web.client.impl.ClientPhase.FOLLOW_REDIRECT:Lio/vertx/ext/web/client/impl/ClientPhase;
            invokevirtual io.vertx.ext.web.client.impl.ClientPhase.ordinal:()I
            iconst_3
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic io.vertx.ext.web.client.impl.ClientPhase.PREPARE_REQUEST:Lio/vertx/ext/web/client/impl/ClientPhase;
            invokevirtual io.vertx.ext.web.client.impl.ClientPhase.ordinal:()I
            iconst_1
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic io.vertx.ext.web.client.impl.ClientPhase.RECEIVE_RESPONSE:Lio/vertx/ext/web/client/impl/ClientPhase;
            invokevirtual io.vertx.ext.web.client.impl.ClientPhase.ordinal:()I
            iconst_4
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic io.vertx.ext.web.client.impl.ClientPhase.SEND_REQUEST:Lio/vertx/ext/web/client/impl/ClientPhase;
            invokevirtual io.vertx.ext.web.client.impl.ClientPhase.ordinal:()I
            iconst_2
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            dup
            putstatic io.vertx.ext.web.client.impl.HttpContext.$SWITCH_TABLE$io$vertx$ext$web$client$impl$ClientPhase:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError

  private void lambda$0(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 227
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 4
         1: .line 228
            aload 0 /* this */
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.http.RequestOptions
            putfield io.vertx.ext.web.client.impl.HttpContext.requestOptions:Lio/vertx/core/http/RequestOptions;
         2: .line 229
            aload 0 /* this */
            getstatic io.vertx.ext.web.client.impl.ClientPhase.FOLLOW_REDIRECT:Lio/vertx/ext/web/client/impl/ClientPhase;
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.fire:(Lio/vertx/ext/web/client/impl/ClientPhase;)V
         3: .line 230
            goto 5
         4: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.fail:(Ljava/lang/Throwable;)Z
            pop
         5: .line 233
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    6     1    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/RequestOptions;>;

  private static void lambda$1(io.netty.handler.codec.http.QueryStringEncoder, java.util.Map$Entry);
    descriptor: (Lio/netty/handler/codec/http/QueryStringEncoder;Ljava/util/Map$Entry;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // java.util.Map$Entry param
         0: .line 362
            aload 0
            aload 1 /* param */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 1 /* param */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.netty.handler.codec.http.QueryStringEncoder.addParam:(Ljava/lang/String;Ljava/lang/String;)V
            return
        end local 1 // java.util.Map$Entry param
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1  param  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;

  private void lambda$2(io.vertx.core.Context, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Context;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 2 // io.vertx.core.AsyncResult r
         0: .line 413
            aload 1
            aload 0 /* this */
            aload 2 /* r */
            invokedynamic handle(Lio/vertx/ext/web/client/impl/HttpContext;Lio/vertx/core/AsyncResult;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$3(Lio/vertx/core/AsyncResult;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         1: .line 420
            return
        end local 2 // io.vertx.core.AsyncResult r
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    2     2     r  Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/client/HttpResponse<TT;>;>;

  private static void lambda$4(io.vertx.core.Promise, java.lang.Throwable);
    descriptor: (Lio/vertx/core/Promise;Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.Throwable err
         0: .line 422
            aload 0
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.isComplete:()Z
            ifne 2
         1: .line 423
            aload 0
            aload 1 /* err */
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
         2: .line 425
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable err
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1   err  Ljava/lang/Throwable;

  private void lambda$5(io.vertx.core.streams.Pipe, io.vertx.core.Promise, io.vertx.core.http.HttpClientResponse, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/streams/Pipe;Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 4 // io.vertx.core.AsyncResult ar1
         0: .line 428
            aload 4 /* ar1 */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 4
         1: .line 429
            aload 4 /* ar1 */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.ext.web.codec.spi.BodyStream
            astore 5 /* stream */
        start local 5 // io.vertx.ext.web.codec.spi.BodyStream stream
         2: .line 430
            aload 1
            aload 5 /* stream */
            aload 0 /* this */
            aload 5 /* stream */
            aload 2
            aload 3
            invokedynamic handle(Lio/vertx/ext/web/client/impl/HttpContext;Lio/vertx/ext/web/codec/spi/BodyStream;Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$6(Lio/vertx/ext/web/codec/spi/BodyStream;Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.streams.Pipe.to:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
        end local 5 // io.vertx.ext.web.codec.spi.BodyStream stream
         3: .line 452
            goto 6
         4: .line 453
      StackMap locals:
      StackMap stack:
            aload 1
            invokeinterface io.vertx.core.streams.Pipe.close:()V
         5: .line 454
            aload 0 /* this */
            aload 4 /* ar1 */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.fail:(Ljava/lang/Throwable;)Z
            pop
         6: .line 456
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.AsyncResult ar1
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    7     4     ar1  Lio/vertx/core/AsyncResult<Lio/vertx/ext/web/codec/spi/BodyStream<TT;>;>;
            2    3     5  stream  Lio/vertx/ext/web/codec/spi/BodyStream<TT;>;

  private void lambda$8(java.util.Map$Entry);
    descriptor: (Ljava/util/Map$Entry;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // java.util.Map$Entry header
         0: .line 502
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.requestOptions:Lio/vertx/core/http/RequestOptions;
            aload 1 /* header */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 1 /* header */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual io.vertx.core.http.RequestOptions.putHeader:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/RequestOptions;
            pop
         1: .line 503
            return
        end local 1 // java.util.Map$Entry header
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    2     1  header  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/String;>;

  private void lambda$9(io.vertx.core.streams.Pipe, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/streams/Pipe;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 510
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 7
         1: .line 511
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClientRequest
            astore 3 /* req */
        start local 3 // io.vertx.core.http.HttpClientRequest req
         2: .line 512
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.headers:Lio/vertx/core/MultiMap;
            ifnull 3
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.request:Lio/vertx/ext/web/client/impl/HttpRequestImpl;
            getfield io.vertx.ext.web.client.impl.HttpRequestImpl.headers:Lio/vertx/core/MultiMap;
            getstatic io.vertx.core.http.HttpHeaders.CONTENT_LENGTH:Ljava/lang/CharSequence;
            invokeinterface io.vertx.core.MultiMap.contains:(Ljava/lang/CharSequence;)Z
            ifne 4
         3: .line 513
      StackMap locals: io.vertx.core.http.HttpClientRequest
      StackMap stack:
            aload 3 /* req */
            iconst_1
            invokeinterface io.vertx.core.http.HttpClientRequest.setChunked:(Z)Lio/vertx/core/http/HttpClientRequest;
            pop
         4: .line 515
      StackMap locals:
      StackMap stack:
            aload 1
            iconst_0
            invokeinterface io.vertx.core.streams.Pipe.endOnFailure:(Z)Lio/vertx/core/streams/Pipe;
            pop
         5: .line 516
            aload 1
            aload 3 /* req */
            aload 0 /* this */
            aload 3 /* req */
            invokedynamic handle(Lio/vertx/ext/web/client/impl/HttpContext;Lio/vertx/core/http/HttpClientRequest;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$10(Lio/vertx/core/http/HttpClientRequest;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.streams.Pipe.to:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
        end local 3 // io.vertx.core.http.HttpClientRequest req
         6: .line 522
            goto 9
         7: .line 524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.client.impl.HttpContext.clientRequest:Lio/vertx/core/http/HttpClientRequest;
         8: .line 525
            aload 1
            invokeinterface io.vertx.core.streams.Pipe.close:()V
         9: .line 527
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0   10     2    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClientRequest;>;
            2    6     3   req  Lio/vertx/core/http/HttpClientRequest;

  private void lambda$11(io.vertx.core.buffer.Buffer, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 538
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 5
         1: .line 539
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.client.impl.HttpContext.clientRequest:Lio/vertx/core/http/HttpClientRequest;
         2: .line 540
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClientRequest
            astore 3 /* req */
        start local 3 // io.vertx.core.http.HttpClientRequest req
         3: .line 541
            aload 3 /* req */
            getstatic io.vertx.core.http.HttpHeaders.CONTENT_LENGTH:Ljava/lang/CharSequence;
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface io.vertx.core.http.HttpClientRequest.putHeader:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/HttpClientRequest;
            pop
         4: .line 542
            aload 3 /* req */
            aload 1
            invokeinterface io.vertx.core.http.HttpClientRequest.end:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
            pop
        end local 3 // io.vertx.core.http.HttpClientRequest req
         5: .line 544
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    6     2    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClientRequest;>;
            3    5     3   req  Lio/vertx/core/http/HttpClientRequest;

  private void lambda$12(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 548
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 4
         1: .line 549
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.client.impl.HttpContext.clientRequest:Lio/vertx/core/http/HttpClientRequest;
         2: .line 550
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClientRequest
            astore 2 /* req */
        start local 2 // io.vertx.core.http.HttpClientRequest req
         3: .line 551
            aload 2 /* req */
            invokeinterface io.vertx.core.http.HttpClientRequest.end:()Lio/vertx/core/Future;
            pop
        end local 2 // io.vertx.core.http.HttpClientRequest req
         4: .line 553
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    5     1    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClientRequest;>;
            3    4     2   req  Lio/vertx/core/http/HttpClientRequest;

  private void lambda$13(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 2 // io.vertx.core.AsyncResult ar1
         0: .line 557
            aload 2 /* ar1 */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 5
         1: .line 558
            aload 0 /* this */
            aload 2 /* ar1 */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClientRequest
            putfield io.vertx.ext.web.client.impl.HttpContext.clientRequest:Lio/vertx/core/http/HttpClientRequest;
         2: .line 559
            aload 2 /* ar1 */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClientRequest
            astore 3 /* req */
        start local 3 // io.vertx.core.http.HttpClientRequest req
         3: .line 560
            aload 3 /* req */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/web/client/impl/HttpContext;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$14(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.http.HttpClientRequest.response:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
            pop
        end local 3 // io.vertx.core.http.HttpClientRequest req
         4: .line 569
            goto 6
         5: .line 570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* ar1 */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.fail:(Ljava/lang/Throwable;)Z
            pop
         6: .line 572
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* ar1 */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         7: .line 573
            return
        end local 2 // io.vertx.core.AsyncResult ar1
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    8     2   ar1  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClientRequest;>;
            3    4     3   req  Lio/vertx/core/http/HttpClientRequest;

  private void lambda$3(io.vertx.core.AsyncResult, java.lang.Void);
    descriptor: (Lio/vertx/core/AsyncResult;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 2 // java.lang.Void v
         0: .line 414
            aload 1
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 415
            aload 0 /* this */
            aload 1
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.ext.web.client.HttpResponse
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.dispatchResponse:(Lio/vertx/ext/web/client/HttpResponse;)V
         2: .line 416
            goto 4
         3: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.fail:(Ljava/lang/Throwable;)Z
            pop
         4: .line 419
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Void v
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    5     2     v  Ljava/lang/Void;

  private void lambda$6(io.vertx.ext.web.codec.spi.BodyStream, io.vertx.core.Promise, io.vertx.core.http.HttpClientResponse, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/ext/web/codec/spi/BodyStream;Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 4 // io.vertx.core.AsyncResult ar2
         0: .line 431
            aload 4 /* ar2 */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 432
            aload 1
            invokeinterface io.vertx.ext.web.codec.spi.BodyStream.result:()Lio/vertx/core/Future;
            aload 0 /* this */
            aload 2
            aload 3
            aload 1
            invokedynamic handle(Lio/vertx/ext/web/client/impl/HttpContext;Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;Lio/vertx/ext/web/codec/spi/BodyStream;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/client/impl/HttpContext.lambda$7(Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;Lio/vertx/ext/web/codec/spi/BodyStream;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 448
            goto 4
         3: .line 449
      StackMap locals:
      StackMap stack:
            aload 2
            aload 4 /* ar2 */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
         4: .line 451
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.AsyncResult ar2
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    5     4   ar2  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$10(io.vertx.core.http.HttpClientRequest, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/http/HttpClientRequest;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 2 // io.vertx.core.AsyncResult ar2
         0: .line 517
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.client.impl.HttpContext.clientRequest:Lio/vertx/core/http/HttpClientRequest;
         1: .line 518
            aload 2 /* ar2 */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         2: .line 519
            aload 1
            lconst_0
            aload 2 /* ar2 */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.http.HttpClientRequest.reset:(JLjava/lang/Throwable;)Z
            pop
         3: .line 521
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar2
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    4     2   ar2  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$14(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 1 // io.vertx.core.AsyncResult ar2
         0: .line 561
            aload 1 /* ar2 */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 5
         1: .line 562
            aload 1 /* ar2 */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.http.HttpClientResponse
            astore 2 /* resp */
        start local 2 // io.vertx.core.http.HttpClientResponse resp
         2: .line 563
            aload 2 /* resp */
            invokeinterface io.vertx.core.http.HttpClientResponse.pause:()Lio/vertx/core/http/HttpClientResponse;
            pop
         3: .line 564
            aload 0 /* this */
            aload 2 /* resp */
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.receiveResponse:(Lio/vertx/core/http/HttpClientResponse;)V
        end local 2 // io.vertx.core.http.HttpClientResponse resp
         4: .line 565
            goto 6
         5: .line 566
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ar2 */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.ext.web.client.impl.HttpContext.fail:(Ljava/lang/Throwable;)Z
            pop
         6: .line 568
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar2
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0    7     1   ar2  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/HttpClientResponse;>;
            2    4     2  resp  Lio/vertx/core/http/HttpClientResponse;

  private void lambda$7(io.vertx.core.Promise, io.vertx.core.http.HttpClientResponse, io.vertx.ext.web.codec.spi.BodyStream, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/http/HttpClientResponse;Lio/vertx/ext/web/codec/spi/BodyStream;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=11, locals=5, args_size=5
        start local 0 // io.vertx.ext.web.client.impl.HttpContext this
        start local 4 // io.vertx.core.AsyncResult ar3
         0: .line 433
            aload 4 /* ar3 */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 12
         1: .line 434
            aload 1
            new io.vertx.ext.web.client.impl.HttpResponseImpl
            dup
         2: .line 435
            aload 2
            invokeinterface io.vertx.core.http.HttpClientResponse.version:()Lio/vertx/core/http/HttpVersion;
         3: .line 436
            aload 2
            invokeinterface io.vertx.core.http.HttpClientResponse.statusCode:()I
         4: .line 437
            aload 2
            invokeinterface io.vertx.core.http.HttpClientResponse.statusMessage:()Ljava/lang/String;
         5: .line 438
            aload 2
            invokeinterface io.vertx.core.http.HttpClientResponse.headers:()Lio/vertx/core/MultiMap;
         6: .line 439
            aload 2
            invokeinterface io.vertx.core.http.HttpClientResponse.trailers:()Lio/vertx/core/MultiMap;
         7: .line 440
            aload 2
            invokeinterface io.vertx.core.http.HttpClientResponse.cookies:()Ljava/util/List;
         8: .line 441
            aload 3
            invokeinterface io.vertx.ext.web.codec.spi.BodyStream.result:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.result:()Ljava/lang/Object;
         9: .line 442
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.HttpContext.redirectedLocations:Ljava/util/List;
            invokespecial io.vertx.ext.web.client.impl.HttpResponseImpl.<init>:(Lio/vertx/core/http/HttpVersion;ILjava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/MultiMap;Ljava/util/List;Ljava/lang/Object;Ljava/util/List;)V
        10: .line 434
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
        11: .line 444
            goto 13
        12: .line 445
      StackMap locals:
      StackMap stack:
            aload 1
            aload 4 /* ar3 */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/Throwable;)V
        13: .line 447
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.AsyncResult ar3
        end local 0 // io.vertx.ext.web.client.impl.HttpContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lio/vertx/ext/web/client/impl/HttpContext<TT;>;
            0   14     4   ar3  Lio/vertx/core/AsyncResult<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "HttpContext.java"
InnerClasses:
  public final EncoderMode = io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode of io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map