Skip to content
#

codecrafters

Here are 18 public repositories matching this topic...

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.

  • Updated Apr 25, 2024
  • Python

Improve this page

Add a description, image, and links to the codecrafters topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the codecrafters topic, visit your repo's landing page and select "manage topics."

Learn more