public static class HttpRequest.Form extends HttpRequest.Body
| Constructor and Description |
|---|
HttpRequest.Form() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String name,
String[] values) |
Set<String> |
getParameterNames() |
String[] |
getParameterValues(String name) |
void |
removeParameter(String name) |
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.