| Modifier and Type | Method and Description |
|---|---|
HttpRequestUriSpec |
WebClientService.delete()
Create HTTP Request builder starting with HTTP DELETE
|
HttpRequestUriSpec |
WebClientService.get()
Create HTTP Request builder starting with HTTP GET
|
HttpRequestUriSpec |
WebClientService.method(HttpRequestMethod requestMethod)
Create HTTP Request builder starting with specified HTTP Request Method
|
HttpRequestUriSpec |
WebClientService.patch()
Create HTTP Request builder starting with HTTP PATCH
|
HttpRequestUriSpec |
WebClientService.post()
Create HTTP Request builder starting with HTTP POST
|
HttpRequestUriSpec |
WebClientService.put()
Create HTTP Request builder starting with HTTP PUT
|
Copyright © 2023 Apache NiFi Project. All rights reserved.