public final class HttpRequestUtil extends Object
Constructor and Description |
---|
HttpRequestUtil() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
extractFieldsFromHttpRequestUri(String requestUri)
Parse the HTTP request URI and extract the fields.
|
static Map<String,String> |
parseRequestParameters(String requestUri)
Parse the parameters from the HTTP request URI and return a map of the parameters.
|
Copyright © 2023. All Rights Reserved.