mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
add content-type
This commit is contained in:
parent
0909188783
commit
615e1bb27a
@ -55,7 +55,11 @@ public enum ContentType {
|
|||||||
/**
|
/**
|
||||||
* application/octet-stream编码
|
* application/octet-stream编码
|
||||||
*/
|
*/
|
||||||
OCTET_STREAM("application/octet-stream");
|
OCTET_STREAM("application/octet-stream"),
|
||||||
|
/**
|
||||||
|
* text/event-stream编码
|
||||||
|
*/
|
||||||
|
EVENT_STREAM("text/event-stream");
|
||||||
|
|
||||||
private final String value;
|
private final String value;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user