public class HttpParser extends Object
| Constructor and Description |
|---|
HttpParser() |
| Modifier and Type | Method and Description |
|---|---|
static String |
extractPath(String uri) |
static String |
normalizePathWithSpacesOrEncodedSpaces(String path)
Normalize a path that may contains spaces, %20 or +.
|
static Collection<org.mule.runtime.http.api.domain.entity.multipart.HttpPart> |
parseMultipartContent(InputStream content,
String contentType) |
public static Collection<org.mule.runtime.http.api.domain.entity.multipart.HttpPart> parseMultipartContent(InputStream content, String contentType) throws IOException
IOExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.