Rest api에서 Content-Type 헤더의 역할 및 Spring boot 예제
2018. 9. 4.
Rest api를 개발할 때 사용하는 Content-Type의 역할, 그리고 예제를 통해 어떻게 헤더의 정보를 활용하는지 알아보자. Content-Type Header? The purpose of the Content-Type field is to describe the data contained in the body fully enough that the receiving user agent can pick an appropriate agent or mechanism to present the data to the user, or otherwise deal with the data in an appropriate manner. - w3.org Http request를 통해 data가 전달될 때, 데이터..