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

Commits on Apr 6, 2023

  1. feat: 80포트 진입 시 index.html 파일 반환 기능(1단계)와 회원가입 관련기능(2단계) 기능 추가!

    RequestHandler 부분에서 요청 메세지에 따른 응답 메세지 처리를 해주었다.
    첫번째 if 문에서 localhost:80 처리를 해주었다. 두번쨰 else if문에서는
    /user/sign_up 으로 들어왔을 때 처리를 , 마지막 else 문에서는 그 외
    요청(사실 아직 2단계라 큰 의미가 없다)을 처리해주었다.
    
    Fixes
    kang yeon joo committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    74ef5e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adc0fff View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. feat: 3,4,5,6,7단계 수행

    kang yeon joo committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    3604dde View commit details
    Browse the repository at this point in the history