Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 678 Bytes

File metadata and controls

22 lines (19 loc) · 678 Bytes

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