Skip to content

Christakou/MicroAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MicroAPI Project

Overview

This project is a lightweight Python-based HTTP server framework that allows you to define routes and handle HTTP requests with custom handlers.

It has no external dependencies and is designed to be simple and easy to extend. The server supports basic HTTP methods and can handle file uploads and retrievals.

Features

  • Custom route handling
  • Middleware support ( WIP )
  • File upload and retrieval
  • Example handlers for echo, user-agent, and file operations

Installation

  1. Clone the repository:
    git clone <repository-url>
    cd <repository-directory>
  2. Run the server:
    python example/main.py

About

A tiny HTTP server written in Python for educational purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages