Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Minimal Python HTTP Server

A lightweight Python HTTP server implementation.

Overview

This repository contains a simple Python script implementing a basic HTTPServer using Python's standard library http.server.

Features

  • Custom BaseHTTPRequestHandler implementation
  • Static file serving (e.g., index.html)
  • Basic 404 handling

Usage

python server.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages