https://github.com/epocdotfr/codecrafters-http-server-python
Source code of my solution to the CodeCrafters' "Build your own HTTP server" challenge
https://github.com/epocdotfr/codecrafters-http-server-python
challenge codecrafters-http-server python
Last synced: 11 months ago
JSON representation
Source code of my solution to the CodeCrafters' "Build your own HTTP server" challenge
- Host: GitHub
- URL: https://github.com/epocdotfr/codecrafters-http-server-python
- Owner: EpocDotFr
- License: other
- Created: 2023-11-16T22:29:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T19:05:38.000Z (about 2 years ago)
- Last Synced: 2025-07-19T20:09:34.446Z (11 months ago)
- Topics: challenge, codecrafters-http-server, python
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://app.codecrafters.io/users/EpocDotFr)
Source code of my solution to the CodeCrafters' "[Build your own HTTP server](https://codecrafters.io/challenges/http-server)"
challenge.
I've put myself a personal challenge: do not use any third-party packages (only use built-in Python features). As Python
has a built-in HTTP server and facilities (e.g URL parsing), it would be too easy. I did not use these neither.