public static interface HttpConst.RequestHeaderValue.Content_Type
Modifier and Type | Field and Description |
---|---|
static String |
application_x_www_form_urlencoded
普通的key-value
|
static String |
multipart_form_data
文件上传
|
static String |
text_plain
普通文本,一般会是json或是xml
|
Copyright © 2018. All rights reserved.