public interface HttpServerRequest
extends org.springframework.http.HttpRequest, org.springframework.http.HttpInputMessage
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Return a path of current HTTP request.
|
org.springframework.util.MultiValueMap<String,String> |
getQueryParams()
Return a map with parsed and decoded query parameter values.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.