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 }}
Next-Squad
/
Next-Step
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
3
Code
Issues
0
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
[테리] Step 3,4: HTTP 웹서버 구현
- #7
#7
Open
mybloom
wants to merge 10 commits into
Next-Squad:mybloom
Next-Squad/Next-Step:mybloom
from
mybloom:mybloom
mybloom/Next-Step:mybloom
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
[테리] Step 3,4: HTTP 웹서버 구현
#7
mybloom
wants to merge 10 commits into
Next-Squad:mybloom
Next-Squad/Next-Step:mybloom
from
mybloom:mybloom
mybloom/Next-Step:mybloom
Copy head branch name to clipboard
Commits
Commits on Jul 22, 2022
feat: 요구사항1. index.html 응답하기 구현 (#1)
Show description for cf6612b
mybloom
committed
cf6612b
View commit details
Copy full SHA for cf6612b
Browse repository at this point
refactor: url에 맞는 파일 읽어 reponse body생성하도록 리팩토링, Path객체 생성 방법 변경 (#1)
Show description for 9daef2c
mybloom
committed
9daef2c
View commit details
Copy full SHA for 9daef2c
Browse repository at this point
build: lombok 의존성 추가 (#1)
mybloom
committed
1f1dfee
View commit details
Copy full SHA for 1f1dfee
Browse repository at this point
feat: 요구사항2. GET방식으로 회원가입 처리하기 위해 쿼리파라미터 파싱 후 User객체 생성 (#1)
mybloom
committed
e497ae7
View commit details
Copy full SHA for e497ae7
Browse repository at this point
feat: User 도메인에 setter 추가, 롬복 애너테이션 적용 (#1)
mybloom
committed
49ce56f
View commit details
Copy full SHA for 49ce56f
Browse repository at this point
refactor: 쿼리파라미터 파싱로직 HttpRequestUtils.parseQueryString() Util클래스 메서드 이용하도록 변경 (#1)
mybloom
committed
3803ba4
View commit details
Copy full SHA for 3803ba4
Browse repository at this point
Commits on Jul 23, 2022
feat: Request Header 클래스로 작성 (#1)
Show description for de046a0
mybloom
committed
de046a0
View commit details
Copy full SHA for de046a0
Browse repository at this point
refactor: RequestHandler 에서 사용자 요청에 대한 처리 단계 리팩토링 (#1)
Show description for aebaecf
mybloom
committed
aebaecf
View commit details
Copy full SHA for aebaecf
Browse repository at this point
feat: GET 방식 회원가입 후 Database.findAll()로 사용자 목록 log로 출력 (#1)
Show description for 0d7268c
mybloom
committed
0d7268c
View commit details
Copy full SHA for 0d7268c
Browse repository at this point
feat: 요구사항3: POST방식으로 회원가입하기 (#1)
mybloom
committed
9e162e0
View commit details
Copy full SHA for 9e162e0
Browse repository at this point
You can’t perform that action at this time.