Skip to content

[웹서버 2단계] Refactor #21

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

Merged
merged 4 commits into from
Mar 20, 2020
Merged

[웹서버 2단계] Refactor #21

merged 4 commits into from
Mar 20, 2020

Conversation

beginin15
Copy link
Owner

HttpRequest, HttpResponse 클래스를 생성하여 RequestHandler의 내용을 분리하였음.

httpRequest 클래스 만들었고,
HttpMethod enum 생성,
httpRequest method 에 대한 테스트 코드 작성
HttpResponseUtils의 기능을 HttpResponse로 옮김
Response 클래스와, util 클래스의 책임과 역할을 나눔.
response forward 시, 웹서버내 정적자원을 찾아서 브라우저에게 전달해주도록
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[2단계] 테스트 코드 만들어보기 [2단계] 메서드, 클래스 분리
1 participant