EpocDotFr / codecrafters-http-server-python

Source code of my solution to the CodeCrafters' "Build your own HTTP server" challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

progress-banner

Source code of my solution to the CodeCrafters' "Build your own 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.

About

Source code of my solution to the CodeCrafters' "Build your own HTTP server" challenge

License:Other


Languages

Language:Python 97.5%Language:Shell 2.5%