-
Notifications
You must be signed in to change notification settings - Fork 47
[Hamill&Dan][HTTP 웹서버 구현하기] Step1 Submit #49
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
Closed
Closed
Conversation
This file contains hidden or 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
- Ground Rule 추가 - Repository 관리 추가 - 커밋 메시지 가이드 추가
refactor : README.md update
- Handlebar 수정 중 associate with : #1
- 모든 Request Header 출력하기 - Request Line에서 path 분리하기 - path에 해당하는 파일 읽어 응답하기 associate with : #1
- index.html 완료 associate with : #1
- Ground Rule wiki 로 이동 - Day 의 회고는 issue 로 관리
- 상대 경로였던 프로그램 경로를 절대 경로로 수정
- UserController 클래스 추가 - WelcomeController 클래스 추가 - HttpRequestUtils 클래스에 parseUriString 메서드 추가 associate with : #2
- WelcomeController 추가 - UserController 추가 - User 생성자 추가 (매개변수 userParameterMap) associate with #2
- 코드 정리 - Test case 추가 associate with #2
- user/form.html 수정 * requestHeader, requestBody 메서드 추가 및 수정 중 associate with : #6
- requestBody 가져오기 associate with #6
- requestLine, requestHeader, requestBody 를 가져올 수 있는 메소드를 나누어 구현 - statusLine, responseHeader, responseBody 를 가져올 수 있는 메소드를 나누어 구현
- PageController - dowork()의 리턴타입 변경 (String -> Map) - ReqestHandler - dowork() 리턴값 변경에 따른 변수명 변경 associate with : #7
- /index.html, /user/login.html 구현 - User create 연결 associate with #7
- login_failed는 GET에 추가 associate with #7
- /user/login 구현 - parseRequestBody 메서드 구현 associate with #7
- RequestHandler.java : dowork() - requestHeader에서 cookie 값 추출 후 조건문 사용 associate with #1
[Hamill&Dan][HTTP 웹서버 구현하기] Step1 Submit
새로운 PR에 포함된 내용이어서 본 PR은 Close 합니다. |
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.
HTTP 웹서버 구현하기
# Step 1 기능 구현 완료
# Ground Rule
https://github.com/Hamill210/java-was/wiki/Ground-Rule