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, 4단계] 토리(천은정) 미션 제출합니다. #491

Merged
merged 6 commits into from
Sep 14, 2023

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    e152ea4 View commit details
    Browse the repository at this point in the history
  2. refactor: HttpRequest 클래스 구현

    - HttpRequest 클래스 구조 분리 및 역할 세분화
        - HttpRequestLine
            - HttpMethod
            - HttpPath
            - HttpProtocol
        - HttpRequestHeaders
        - HttpRequestBody
    - HttpProtocol enum 클래스 추가
    ezzanzzan committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    9046b62 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. refactor: Controller 인터페이스 추가

    - HttpResponse 구조 변경
    - HttpRequest 객체의 요청을 처리할 FrontController 추가
    - Http11Processor 내부 HttpRequest path로 인한 분기 로직 책임 분리
    ezzanzzan committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    add4916 View commit details
    Browse the repository at this point in the history
  2. feat: 동시성 확장

    ezzanzzan committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    cc55452 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b7e575 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a40e4a View commit details
    Browse the repository at this point in the history