An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![progress-banner](https://app.codecrafters.io/progress/http-server/81d2c0cb-d97e-4943-a1b7-d4f1c6abc63e)](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.