| Package | Description |
|---|---|
| com.microsoft.rest.v2.util.escapers |
The package contains URL escaping utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
static PercentEscaper |
UrlEscapers.FORM_ESCAPER
An escaper for escaping form parameters.
|
static PercentEscaper |
UrlEscapers.PATH_ESCAPER
An escaper for escaping path parameters.
|
static PercentEscaper |
UrlEscapers.QUERY_ESCAPER
An escaper for escaping query parameters.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/