Uses of Class
org.miaixz.bus.http.plugin.httpz.RequestBuilder
Packages that use RequestBuilder
Package
Description
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.-
Uses of RequestBuilder in org.miaixz.bus.http.plugin.httpz
Classes in org.miaixz.bus.http.plugin.httpz with type parameters of type RequestBuilderModifier and TypeClassDescriptionclassRequestBuilder<T extends RequestBuilder>An abstract base builder for creating HTTP requests.Subclasses of RequestBuilder in org.miaixz.bus.http.plugin.httpzModifier and TypeClassDescriptionclassA builder for creating HTTP DELETE requests using a fluent interface.classA builder for creating HTTP GET requests using a fluent interface.classA builder for creating HTTP HEAD requests using a fluent interface.classA builder for creating HTTP POST requests using a fluent interface.classA builder for creating HTTP PUT requests using a fluent interface.