Uses of Class
com.azure.core.experimental.http.DynamicRequest
Packages that use DynamicRequest
Package
Description
Package containing the classes for sending HTTP requests and receiving HTTP responses for a low level client.
-
Uses of DynamicRequest in com.azure.core.experimental.http
Methods in com.azure.core.experimental.http that return DynamicRequestModifier and TypeMethodDescriptionDynamicRequest.addHeader
(HttpHeader httpHeader) Adds a header to the HTTP requestAdds a header to the HTTP request.DynamicRequest.addQueryParam
(String parameterName, String value) Adds a query parameter to the request URL.Sets the body on the HTTP request.Sets the string representation of the request body.DynamicRequest.setHeaders
(HttpHeaders httpHeaders) Sets the headers on the HTTP request.DynamicRequest.setHttpMethod
(HttpMethod httpMethod) Sets the HTTP method for this request.DynamicRequest.setPathParam
(String parameterName, String value) Sets the value for a specific path parameter in the URL.Sets the URL for the HTTP request.