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

Client #34

Merged
merged 24 commits into from
Oct 30, 2023
Merged

Client #34

merged 24 commits into from
Oct 30, 2023

Conversation

saladuit
Copy link
Owner

@saladuit saladuit commented Oct 27, 2023

  • Added 404.html file
  • Added extra client states to create a distinction between different out modes
  • Added get, post and delete routines in the file manager
  • Created a Error loading mechanism in the file manager; loads file when defined, otherwise makes a default html status
  • Created a poll exception class
  • Created a StatusCode enum class for all of the status codes
  • Added the client handling logic in handleActiveConnection method, which tracks and returns the client state to the HTTPServer class.
  • And a lot more

@saladuit saladuit added the 💫enhancement New feature or request label Oct 27, 2023
@saladuit saladuit marked this pull request as ready for review October 30, 2023 09:29
Copy link
Collaborator

@Tentanus Tentanus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job, Massive Pull request. it's a big boy

src/FileManager.cpp Outdated Show resolved Hide resolved
src/HTTPRequest.cpp Outdated Show resolved Hide resolved
src/HTTPResponse.cpp Show resolved Hide resolved
src/HTTPServer.cpp Outdated Show resolved Hide resolved
src/Socket.cpp Show resolved Hide resolved
Copy link
Collaborator

@Tentanus Tentanus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sicko good job!

@Tentanus Tentanus merged commit 55cd6b0 into main Oct 30, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💫enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants