| Package | Description |
|---|---|
| com.microsoft.rest.interceptors |
The package contains default interceptors for making HTTP requests.
|
| Modifier and Type | Method and Description |
|---|---|
UserAgentInterceptor |
UserAgentInterceptor.appendUserAgent(String userAgent)
Append a text to the User-Agent header.
|
UserAgentInterceptor |
UserAgentInterceptor.withUserAgent(String userAgent)
Overwrite the User-Agent header.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/