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

feat: Implement GET method for static files(#9) #12

Merged
merged 1 commit into from
Oct 2, 2022

Conversation

hhkim0729
Copy link
Collaborator

작업 내용

리뷰어에게

Send requested file named exactly same as URI
Send default file(index.html) when requested URI is a directory
Add file not found exception
Add dummy html files

Additional tasks
- isFileExist(), isDirectory() utils

Co-authored-by: Soyeon Kim <eden.sy.kim@gmail.com>
Co-authored-by: srngch <srngch.dev@gmail.com>
@hhkim0729 hhkim0729 added the feature New feature or request label Oct 2, 2022
@hhkim0729 hhkim0729 merged commit f04a938 into develop Oct 2, 2022
@hhkim0729 hhkim0729 deleted the feature/9/get-static-files branch October 2, 2022 11:13
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 this pull request may close these issues.

Implement GET method for static files
3 participants