public interface CanonicalHttpRequest
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod()
HTTP method (e.g.
|
Map<String,String[]> |
getParameterMap()
The
Map of parameter-name to parameter-values. |
String |
getRelativePath()
The part of an absolute URL that is after the protocol, server, port and context (i.e.
|
@Nonnull String getMethod()
@Nullable String getRelativePath()
Copyright © 2023 Atlassian. All rights reserved.