Uses of Class
org.miaixz.bus.http.plugin.httpz.HttpRequest
Packages that use HttpRequest
Package
Description
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.-
Uses of HttpRequest in org.miaixz.bus.http.plugin.httpz
Subclasses of HttpRequest in org.miaixz.bus.http.plugin.httpzModifier and TypeClassDescriptionclassRepresents an HTTP DELETE request.classRepresents an HTTP GET request.classRepresents an HTTP HEAD request.classRepresents an HTTP POST request.classRepresents an HTTP PUT request.Methods in org.miaixz.bus.http.plugin.httpz that return HttpRequestConstructors in org.miaixz.bus.http.plugin.httpz with parameters of type HttpRequestModifierConstructorDescriptionRequestCall(HttpRequest request, Httpd httpd) Constructs a new RequestCall.