Uses of Class
org.miaixz.bus.http.plugin.httpz.RequestCall
Packages that use RequestCall
Package
Description
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.-
Uses of RequestCall in org.miaixz.bus.http.plugin.httpz
Methods in org.miaixz.bus.http.plugin.httpz that return RequestCallModifier and TypeMethodDescriptionDeleteBuilder.build()Builds theRequestCallfor the DELETE request.GetBuilder.build()Builds theRequestCallfor the GET request.HeadBuilder.build()Builds theRequestCallfor the HEAD request.Builds aRequestCall, which is the executable representation of this request.PostBuilder.build()PutBuilder.build()abstract RequestCallRequestBuilder.build()Abstract method to be implemented by subclasses to build the final, executable request call.