Package | Description |
---|---|
org.jim.common.http |
Modifier and Type | Method and Description |
---|---|
static HttpMultiBodyDecoder.Step |
HttpMultiBodyDecoder.parseBody(HttpMultiBodyDecoder.Header header,
HttpRequest request,
ByteBuffer buffer,
String boundary,
String endBoundary,
org.tio.core.ChannelContext channelContext) |
static void |
HttpMultiBodyDecoder.parseHeader(List<String> lines,
HttpMultiBodyDecoder.Header header,
org.tio.core.ChannelContext channelContext)
【
Content-Disposition: form-data; name="uploadFile"; filename=""
Content-Type: application/octet-stream
】
【
Content-Disposition: form-data; name="end"
】
|
Copyright © 2018. All rights reserved.