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.
7
stars
15
forks
source link
feat(http): add support for additional HTTP methods; docs(javadoc): i⦠#4
Description
This commit includes several enhancements:
Related Issues
This pull request closes issues:
1
2
3
All test are passing attaching the SnapShot below:
Pls let me know if I can improve anywhere or do something more π