mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add content-type
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user