public HttpResponse withoutBody()

in src/main/java/com/epam/digital/data/platform/starter/logger/feign/FeignLogbookHttpResponse.java [67:70]


  public HttpResponse withoutBody() {
    this.withBody = false;
    return this;
  }