Interface HttpCall.RequestSupplier

  • Enclosing class:
    HttpCall<V>

    public static interface HttpCall.RequestSupplier
    A supplier of headers and body of a request to Elasticsearch.
    • Method Detail

      • headers

        com.linecorp.armeria.common.RequestHeaders headers()
        Returns the headers for this request.