-
Notifications
You must be signed in to change notification settings - Fork 0
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 Simple HTTP Application #5
Labels
Application
Core Application Implementation
Connection Handler
Core Handler implementation
core
Core architecture of EduNet
feature
New features for EduNet
TCP Listener
For the TCP Listener implementation
Milestone
Comments
idjaw
added
feature
New features for EduNet
core
Core architecture of EduNet
TCP Listener
For the TCP Listener implementation
Connection Handler
Core Handler implementation
Application
Core Application Implementation
labels
Feb 8, 2024
idjaw
added a commit
that referenced
this issue
Feb 9, 2024
idjaw
added a commit
that referenced
this issue
Feb 9, 2024
idjaw
added a commit
that referenced
this issue
Feb 9, 2024
idjaw
added a commit
that referenced
this issue
Feb 9, 2024
idjaw
added a commit
that referenced
this issue
Feb 9, 2024
idjaw
added a commit
that referenced
this issue
Feb 9, 2024
idjaw
added a commit
that referenced
this issue
Feb 9, 2024
idjaw
added a commit
that referenced
this issue
Feb 9, 2024
- Implements the project skeleton and closes #2 - Implements the TCPListener and closes #3 - Implmenets the SimpleHTTPConnectionHandler and closes #4 - Implements the SimpleHTTPApplication and closes #5 - Implements the SimpleHTTPNode and closes #6 - Implements a CI action to run automated tests and closes #8
idjaw
added a commit
that referenced
this issue
Feb 9, 2024
- Implements the project skeleton and closes #2 - Implements the TCPListener and closes #3 - Implmenets the SimpleHTTPConnectionHandler and closes #4 - Implements the SimpleHTTPApplication and closes #5 - Implements the SimpleHTTPNode and closes #6 - Implements a CI action to run automated tests and closes #8
idjaw
added a commit
that referenced
this issue
Feb 9, 2024
- Implements the project skeleton and closes #2 - Implements the TCPListener and closes #3 - Implmenets the SimpleHTTPConnectionHandler and closes #4 - Implements the SimpleHTTPApplication and closes #5 - Implements the SimpleHTTPNode and closes #6 - Implements a CI action to run automated tests and closes #8
idjaw
added a commit
that referenced
this issue
Feb 9, 2024
- Implements the project skeleton and closes #2 - Implements the TCPListener and closes #3 - Implmenets the SimpleHTTPConnectionHandler and closes #4 - Implements the SimpleHTTPApplication and closes #5 - Implements the SimpleHTTPNode and closes #6 - Implements a CI action to run automated tests and closes #8
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Application
Core Application Implementation
Connection Handler
Core Handler implementation
core
Core architecture of EduNet
feature
New features for EduNet
TCP Listener
For the TCP Listener implementation
Objective
Implement a SimpleHTTPApplication to handle simple valid HTTP requests
Description
With #2 complete, we can focus on implementing a SimpleHTTPApplication that will handle simple valid HTTP Requests. What this means is:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: