| 字段和说明 |
|---|
| com.jn.langx.http.mime.MediaType.APPLICATION_JSON_UTF8
as of 5.2 in favor of
MediaType.APPLICATION_JSON
since major browsers like Chrome
now comply with the specification and interpret correctly UTF-8 special
characters without requiring a charset=UTF-8 parameter. |
| com.jn.langx.http.mime.MediaType.APPLICATION_JSON_UTF8_VALUE
as of 5.2 in favor of
MediaType.APPLICATION_JSON_VALUE
since major browsers like Chrome
now comply with the specification and interpret correctly UTF-8 special
characters without requiring a charset=UTF-8 parameter. |
| com.jn.langx.http.mime.MediaType.APPLICATION_PROBLEM_JSON_UTF8
as of 5.2 in favor of
MediaType.APPLICATION_PROBLEM_JSON
since major browsers like Chrome
now comply with the specification and interpret correctly UTF-8 special
characters without requiring a charset=UTF-8 parameter. |
| com.jn.langx.http.mime.MediaType.APPLICATION_PROBLEM_JSON_UTF8_VALUE
as of 5.2 in favor of
MediaType.APPLICATION_PROBLEM_JSON_VALUE
since major browsers like Chrome
now comply with the specification and interpret correctly UTF-8 special
characters without requiring a charset=UTF-8 parameter. |
| com.jn.langx.codec.BaseNCodec.PAD
Use
BaseNCodec.pad. Will be removed in 2.0. |
Copyright © 2021. All rights reserved.