Gdahuks / codecrafters-http-server-python

Simple HTTP server implemented in Python. The server supports basic GET and POST requests, with special handling for paths starting with '/echo/', '/user-agent', and '/files/'. The server is multithreaded, allowing it to handle multiple connections concurrently. It also includes a feature to read and write files to a specified directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Simple HTTP server implemented in Python. The server supports basic GET and POST requests, with special handling for paths starting with '/echo/', '/user-agent', and '/files/'. The server is multithreaded, allowing it to handle multiple connections concurrently. It also includes a feature to read and write files to a specified directory.


Languages

Language:Python 96.3%Language:Shell 3.7%