Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
codesquad-members-2021
/
java-was
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
2
Code
Issues
1
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[Shion, Jane] HTTP 웹 서버 2단계 - 리팩토링
- #12
#12
Open
ghost
wants to merge 20 commits into
codesquad-members-2021:ShionJane
codesquad-members-2021/java-was:ShionJane
from
janeljs:dev
janeljs/java-was:dev
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
[Shion, Jane] HTTP 웹 서버 2단계 - 리팩토링
#12
ghost
wants to merge 20 commits into
codesquad-members-2021:ShionJane
codesquad-members-2021/java-was:ShionJane
from
janeljs:dev
janeljs/java-was:dev
Copy head branch name to clipboard
Commits
Commits on Mar 27, 2021
2단계 리팩토링 가이드 추가
Shion
committed
e6e490d
View commit details
Copy full SHA for e6e490d
Browse repository at this point
Merge pull request #19 from janeljs/readme.md
Show description for c1bcc8d
janeljs
authored
c1bcc8d
View commit details
Copy full SHA for c1bcc8d
Browse repository at this point
Commits on Mar 29, 2021
refactor: 테스트 코드 레거시 수정
janeljs
committed
074a52e
View commit details
Copy full SHA for 074a52e
Browse repository at this point
test: Request 메시지 테스트 작성
janeljs
committed
c5a9085
View commit details
Copy full SHA for c5a9085
Browse repository at this point
fix: GET일 경우 쿼리 스트링에서, POST일 경우 리퀘스트 바디에서 파라미터 추출
janeljs
committed
732de5b
View commit details
Copy full SHA for 732de5b
Browse repository at this point
test: HttpResponse 클래스 테스트 코드 작성
janeljs
committed
65f8d64
View commit details
Copy full SHA for 65f8d64
Browse repository at this point
Refactor: Controller 패키지를 추가하여 중복 코드 제거
Show description for 47bcfce
janeljs
committed
47bcfce
View commit details
Copy full SHA for 47bcfce
Browse repository at this point
Refactor: URL에 대한 분기 처리 제거 및 response200Header 메서드 리팩토링
Show description for 2ef2e76
janeljs
committed
2ef2e76
View commit details
Copy full SHA for 2ef2e76
Browse repository at this point
Merge pull request #21 from janeljs/refactor2
Show description for b7eb9c3
Shion
authored
b7eb9c3
View commit details
Copy full SHA for b7eb9c3
Browse repository at this point
Commits on Mar 30, 2021
fix : POST에서도 queryString을 활용한 데이터 전달 지원
Shion
committed
2dfd22b
View commit details
Copy full SHA for 2dfd22b
Browse repository at this point
refactor : HttpRequest, HttpResponse 리팩토링
Shion
committed
7f1068b
View commit details
Copy full SHA for 7f1068b
Browse repository at this point
Merge pull request #23 from janeljs/refactor2
Show description for 5a8b133
janeljs
authored
5a8b133
View commit details
Copy full SHA for 5a8b133
Browse repository at this point
Commits on Mar 31, 2021
refactor: 기능 단위로 메서드 분리
Show description for 950d599
janeljs
committed
950d599
View commit details
Copy full SHA for 950d599
Browse repository at this point
fix: 쿠키 보안의 취약점을 개선하기 위해 세션 DB 추가
janeljs
committed
21d952a
View commit details
Copy full SHA for 21d952a
Browse repository at this point
Merge pull request #24 from janeljs/refactor3
Show description for c75f752
Shion
authored
c75f752
View commit details
Copy full SHA for c75f752
Browse repository at this point
refactor : 전체 리팩토링
Shion
committed
82b8cda
View commit details
Copy full SHA for 82b8cda
Browse repository at this point
refactor: SoftAssertionsExtension을 활용하여 테스트 코드 리팩토링
Show description for 56be465
janeljs
committed
56be465
View commit details
Copy full SHA for 56be465
Browse repository at this point
Merge pull request #25 from janeljs/refactor4
Show description for cec3f61
Shion
authored
cec3f61
View commit details
Copy full SHA for cec3f61
Browse repository at this point
Commits on Apr 2, 2021
refactor: 쓰레드풀을 사용하도록 리팩토링
janeljs
committed
9084520
View commit details
Copy full SHA for 9084520
Browse repository at this point
Merge pull request #27 from janeljs/refactor4
Show description for 10b36ff
Shion
authored
10b36ff
View commit details
Copy full SHA for 10b36ff
Browse repository at this point
You can’t perform that action at this time.