밍개발일지

MediaType

미미_밍 2025. 4. 6. 00:17

MediaType

 

MediaType은 HTTP 요청/응답의 콘텐츠 타입(Content-Type) 을 나타내는 상수 클래스

application/json, text/html 같은 MIME 타입을 문자열 대신 상수로 정의해둔 것

 

org.springframework.http.MediaType 

 

에 정의돼있음

 

유지보수를 편리하게 하기 위해 사용