Skip to content
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

3주차 미션 / 서버 1조 - 강연주 #6

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yeonjookang
Copy link

기능구현은 7단계까지 끝냈지만 리팩토링은 많이 하지 못했습니다..

응답메세지의 바디 부분을 반환해주는 클래스
기능에 따른 응답 코드를 포함한 헤더를 반환해주는 클래스
content-length를 얻는 클래스
cookie를 확인하는 클래스

정도로 RequestHandler로부터 뽑아내었습니다.

kang yeon joo added 3 commits April 6, 2023 15:57
RequestHandler 부분에서 요청 메세지에 따른 응답 메세지 처리를 해주었다.
첫번째 if 문에서 localhost:80 처리를 해주었다. 두번쨰 else if문에서는
/user/sign_up 으로 들어왔을 때 처리를 , 마지막 else 문에서는 그 외
요청(사실 아직 2단계라 큰 의미가 없다)을 처리해주었다.

Fixes
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.

1 participant