Uses of Interface
org.miaixz.bus.http.plugin.httpv.GiveCall
Packages that use GiveCall
Package
Description
Provides the core implementation classes for the Httpv client, including task management, execution, data conversion,
and WebSocket support.
-
Uses of GiveCall in org.miaixz.bus.http.plugin.httpv
Methods in org.miaixz.bus.http.plugin.httpv that return GiveCallModifier and TypeMethodDescriptionCoverHttp.Async.delete()Executes an asynchronous DELETE request.CoverHttp.Async.get()Executes an asynchronous GET request.CoverHttp.Async.head()Executes an asynchronous HEAD request.CoverHttp.Async.patch()Executes an asynchronous PATCH request.CoverHttp.Async.post()Executes an asynchronous POST request.CoverHttp.Async.put()Executes an asynchronous PUT request.Executes an asynchronous HTTP request with the specified method.