A lightweight, custom HTTP server built in Java that handles basic GET requests and supports multithreaded request handling. It’s easy to extend for additional HTTP methods and ideal for learning the fundamentals of server-side programming.
This pull request is an enhancement in the documentation of the README.md and contributing.md files.
Changes Made
Added Table of Contents in README.md for better structure and navigation.
Reformatted some sections in both documents for comprehensiveness.
Add more detailed explanations like setting up and submitting guidelines
Notes to Reviewer
I have successfully tested the program set up based on the instructions in the documents, as well as ensure that the documentation is improved to be more beginner-friendly for new contributors. Please let me know if there are more changes to be made. Thanks in advance.
Description
This pull request is an enhancement in the documentation of the README.md and contributing.md files.
Changes Made
Notes to Reviewer
I have successfully tested the program set up based on the instructions in the documents, as well as ensure that the documentation is improved to be more beginner-friendly for new contributors. Please let me know if there are more changes to be made. Thanks in advance.