mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add text/event-stream
This commit is contained in:
@@ -43,7 +43,11 @@ public enum ContentType {
|
||||
/**
|
||||
* 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;
|
||||
|
||||
|
Reference in New Issue
Block a user