Spring

Post Mapping은 왜 @RequestParam 보다 @RequestBody를 이용해야할까?

https://tools.ietf.org/html/rfc2616#section-9.5

https://tools.ietf.org/html/rfc7231#section-4.3.3

https://stackoverflow.com/questions/5876809/do-http-post-methods-send-data-as-a-querystring

 

Do HTTP POST methods send data as a QueryString?

I'd like to know if the POST method on HTTP sends data as a QueryString, or if it use a special structure to pass the data to the server. In fact, when I analyze the communication with POST metho...

stackoverflow.com

 

위는 제이슨이 주신 자료인데, 잘 모르겠어서 내일 학습로그 토론할 때 이야기해봐야지 ~