-
Notifications
You must be signed in to change notification settings - Fork 90
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단계 - HTTP 웹 서버 구현 미션 제출합니다. #213
Open
jnsorn
wants to merge
28
commits into
woowacourse:jnsorn
Choose a base branch
from
jnsorn:jnsorn-step3
base: jnsorn
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* docs: README.md에 요구사항 1 추가 * feat: Request Handler에서 Header 추출 기능 구현 * feat: request의 path로 파일을 읽어서 응답하는 기능 추가 * feat: Http Request 생성 - Http Method를 위한 클래스 생성 - Http Status를 위한 클래스 생성 - Http Header를 위한 클래스 생성 * feat: 요구사항1 완료 * docs: 두번째 요구사항 작성 * refactoring: http spec 정의 * refactoring: http request spec 추가 및 테스트 추가 * refactor: http request spec 변경 * feat: 요구사항2 완료 * docs: 요구사항3을 위한 README.md 작성 * feat: 회원 가입 기능이 post 요청에서 정상적으로 동작하도록 구현 * docs: 요구사항4 작성 * feat: 회원가입 완료 후 index.html로 이동하도록 변경 * docs: 요구사항 5 README.md에 작성 * feat: 요청 uri이 static resource인지를 확인하는 기능 생성 * feat: stylesheet 등 다양한 형식의 파일을 지원하도록 변경 * feat: Http Response 분리 * test: SimpleHttRequest에 대한 Test 작성 * test: HttpResponse에 대한 Test 작성 * refactor: HttpServlet 및 UserController 생성 * feat: DispatcherServlet 생성 * feat: ThreadPool 사용 * docs: 구현 내용 정리
* docs: 2단계 리팩토링 목록 작성 * refactor: AbstractController 수정 - 지원하지 않는 메서드에 대해서는 MethodNotAllowed 응답 반환 * refactor: resource 처리 영역과 아닌 영역을 구분 * test: 다양한 resource postfix 형식에 대한 테스트 작성
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
안녕하세요 후니🌟 이번 미션도 잘 부탁드립니다!
🙂 이번 PR에서 구현한 내용