-
Notifications
You must be signed in to change notification settings - Fork 388
[1,2단계 - Tomcat 구현하기] 몰리(김지민) 미션 제출합니다. #582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…디를 key, value로 파싱하는 책임 부
jminkkk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
안녕하세요 산초
좋은 피드백 감사합니다 🔥
분리한 패키지에 대해 간단히 설명을 하자면
- http
- http protocol에서 사용되는 컴포넌트들
- coyote
- http 기반의 요청을 받고, 처리하는 객체들
- catalina
- 특정 프로토콜에 종속되지 않은 was 실행 객체
+) 테스트 추가와 리팩토링을 하다보니 반영이 너무 늦어졌네요 ㅠ
Response 객체 분리와 Controller, HttpMethod Enum 분리 등은 다음 단계에서 진행해보려고 추가하지 않았으니 참고 부탁드립니다!
nayonsoso
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
열심히 리팩터링해주셨네요
완성도가 느껴지는 코드가 된 것 같아요 ㅎㅎ
이번 미션은 휼륭히 하신 것 같으니 이만 머지하겠습니다🤩
안녕하세요 산초! 몰리입니다 🍀
전체적인 프로세스로 동작하도록 했습니다...!
요청 -> HandlerMapping -> RequestHandler -> 응답시간 관계상 코드가 친절하지 못해서 양해부탁드립니다 ...😭