| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultHttpRequest.Builder
HttpRequest Builder. |
| Constructor and Description |
|---|
DefaultHttpRequest(String method,
String path,
Map<String,List<String>> params,
Map<String,List<String>> headers) |
| Modifier and Type | Method and Description |
|---|---|
static DefaultHttpRequest.Builder |
builder() |
org.springframework.http.HttpHeaders |
getHeaders() |
org.springframework.http.HttpMethod |
getMethod() |
String |
getMethodValue() |
URI |
getURI() |
public static DefaultHttpRequest.Builder builder()
public org.springframework.http.HttpMethod getMethod()
getMethod in interface org.springframework.http.HttpRequestpublic String getMethodValue()
getMethodValue in interface org.springframework.http.HttpRequestpublic URI getURI()
getURI in interface org.springframework.http.HttpRequestpublic org.springframework.http.HttpHeaders getHeaders()
getHeaders in interface org.springframework.http.HttpMessageCopyright © 2021 Pivotal Software, Inc.. All rights reserved.