🤬
  • ■ ■ ■ ■ ■ ■
    common/src/main/java/com/google/tsunami/common/net/http/HttpRequest.java
    skipped 36 lines
    37 37   public abstract HttpHeaders headers();
    38 38   public abstract Optional<ByteString> requestBody();
    39 39   
     40 + public abstract Builder toBuilder();
     41 + 
    40 42   /**
    41 43   * Creates a {@link Builder} object for configuring {@link HttpRequest}.
    42 44   *
    skipped 156 lines
Please wait...
Page is in error, reload to recover