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

Handling file requests #18

Closed
kappsegla opened this issue Jan 30, 2022 · 2 comments · Fixed by #65
Closed

Handling file requests #18

kappsegla opened this issue Jan 30, 2022 · 2 comments · Fixed by #65
Assignees

Comments

@kappsegla
Copy link
Contributor

kappsegla commented Jan 30, 2022

When a client like a web browser calls our server with an url containing a filename according to the HTTP protocol the server should respond with the file if it exists.

HTTP_Steps

https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview#http_messages

Depends on Issue #11 and Issue #12 for implementation

@kappsegla kappsegla added this to the Handling requests for files milestone Jan 30, 2022
@joejoh84 joejoh84 self-assigned this Feb 1, 2022
@ToniKaru
Copy link
Contributor

ToniKaru commented Feb 3, 2022

Jag kom på denna sida som berättar lite mer om logiken och hur man kan implementera en del av koden.

https://dzone.com/articles/simple-http-server-in-java

@joejoh84
Copy link
Contributor

joejoh84 commented Feb 3, 2022

Jag kom på denna sida som berättar lite mer om logiken och hur man kan implementera en del av koden.

https://dzone.com/articles/simple-http-server-in-java

Ser ut att kunna vara applicerbart, tack! :)

@DarkendHall DarkendHall linked a pull request Feb 4, 2022 that will close this issue
@kappsegla kappsegla mentioned this issue Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants