Class HttpUtil

java.lang.Object
org.apache.camel.component.http.HttpUtil

public final class HttpUtil extends Object
  • Method Details

    • responseHeader

      public static Optional<org.apache.hc.core5.http.Header> responseHeader(org.apache.hc.core5.http.HttpResponse response, String headerName)
    • responseHeaderValue

      public static Optional<String> responseHeaderValue(org.apache.hc.core5.http.HttpResponse response, String headerName)