Interface ContentType
public interface ContentType
This interface defines constants for commonly used Content-Type headers in HTTP requests and responses.
These constants can be used to specify the type of content being received in an HTTP request.
- Since:
- 3.0.4-SNAPSHOT
-
Field Details
-
APPLICATION_JSON
- See Also:
-
APPLICATION_FORM_URLENCODED
- See Also:
-
MULTIPART_FORM_DATA
- See Also:
-