public interface HttpRequestHeadersSpec
| Modifier and Type | Method and Description |
|---|---|
HttpRequestBodySpec |
header(String headerName,
String headerValue)
Add HTTP Request Header using specified name and value
|
HttpResponseEntity |
retrieve()
Execute HTTP Request and retrieve HTTP Response
|
HttpRequestBodySpec header(String headerName, String headerValue)
headerName - HTTP Header NameheaderValue - HTTP Header ValueHttpResponseEntity retrieve()
Copyright © 2023 Apache NiFi Project. All rights reserved.