장고에서 사용하는 request의 하위속성엔 무엇이 있을까?
request는 사용자가 입력한 값, 기타정보들을 사전형태로 담고 있다.
if request.method == POST: