A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

apply(Project) - Method in HttpPlugin
Applies the configuration for the plugin.

B

C

config(Consumer<HttpObjectConfig>) - Method in HttpExtension
config(Consumer<HttpObjectConfig>) - Method in HttpTask
Used to provide the client configuration for the task.

D

delete(Consumer<HttpConfig>) - Method in HttpTask
deleteAsync(Consumer<HttpConfig>) - Method in HttpTask

E

F

fromName(String) - Method in HttpLibrary
Resolves the enum value from the name, which should be the same as the enum name, case insensitive.

G

get(Consumer<HttpConfig>) - Method in HttpTask
getAsync(Consumer<HttpConfig>) - Method in HttpTask
getConfig() - Method in HttpExtension
getLibrary() - Method in HttpExtension
Retrieves the configured library value as the HttpLibrary enum.

H

head(Consumer<HttpConfig>) - Method in HttpTask
headAsync(Consumer<HttpConfig>) - Method in HttpTask
http() - Method in HttpTask
HttpExtension - Class in io.github.httpbuilderng.http
A Gradle Plugin DSL Extension used to configure the HTTP plugin.
HttpLibrary - Enum in io.github.httpbuilderng.http
Represents the available underlying HTTP client libraries (as supported by HttpBuilder-NG).
HttpPlugin - Class in io.github.httpbuilderng.http
Gradle Plugin providing ability to configure and execute HTTP requests using the HttpBuilder-NG client library.
HttpTask - Class in io.github.httpbuilderng.http
Gradle Task used to allow configuration and execution of HTTP requests using the HttpBuilder-NG library.

I

J

K

L

M

N

O

P

patch(Consumer<HttpConfig>) - Method in HttpTask
patchAsync(Consumer<HttpConfig>) - Method in HttpTask
post(Consumer<HttpConfig>) - Method in HttpTask
postAsync(Consumer<HttpConfig>) - Method in HttpTask
put(Consumer<HttpConfig>) - Method in HttpTask
putAsync(Consumer<HttpConfig>) - Method in HttpTask

Q

R

S

setLibrary(String) - Method in HttpExtension
Used to specify the HTTP client library with a String representing the HttpLibrary enum.

T

U

V

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _