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

Implement request validation #10

Closed
3 tasks done
hhkim0729 opened this issue Oct 1, 2022 · 0 comments · Fixed by #11
Closed
3 tasks done

Implement request validation #10

hhkim0729 opened this issue Oct 1, 2022 · 0 comments · Fixed by #11
Assignees
Labels
feature New feature or request

Comments

@hhkim0729
Copy link
Collaborator

hhkim0729 commented Oct 1, 2022

  • 지원하는 메소드인지 검사
  • 버전이 HTTP/1.1인지 검사
  • 리퀘스트 헤더에 Host가 1개만 있는지 검사
@hhkim0729 hhkim0729 added the feature New feature or request label Oct 1, 2022
hhkim0729 added a commit that referenced this issue Oct 2, 2022
Add invalid method exception
Add invalid version exception
Add invalid host header exception

Co-authored-by: Soyeon Kim <eden.sy.kim@gmail.com>
Co-authored-by: srngch <srngch.dev@gmail.com>
hhkim0729 added a commit that referenced this issue Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants