# simple_http_server **Repository Path**: flyaha/simple_http_server ## Basic Information - **Project Name**: simple_http_server - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-01 - **Last Updated**: 2021-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simple_http_server [![Build Status](https://travis-ci.org/freelamb/simple_http_server.svg?branch=master)](https://travis-ci.org/freelamb/simple_http_server) ## Features - ✔ simple - ✔ upload - ✔ download ## Usage ```bash # get code $ git clone https://github.com/freelamb/simple_http_server.git # enter directory $ cd simple_http_server # run server $ python simple_http_server.py 8000 ``` ## Example ![](image/example.jpeg) ## Todo - [ ] support python3 - [ ] support Multi-threaded ## Contributing 1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. 2. Fork [the repository](https://github.com/freelamb/simple_http_server)_ on GitHub to start making your changes to the **master** branch (or branch off of it). 3. Write a test which shows that the bug was fixed or that the feature works as expected. 4. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to [AUTHORS_](AUTHORS.md). ## Changelog [Changelog](CHANGELOG.md) ## reference ## License [MIT](https://tldrlegal.com/license/mit-license)