An open API service indexing awesome lists of open source software.

https://github.com/abhigyan126/http_server

HTTP Server using python
https://github.com/abhigyan126/http_server

http-server multi multithreading python

Last synced: 6 months ago
JSON representation

HTTP Server using python

Awesome Lists containing this project

README

          

HTTP server usign python, this application allows basic functions like GET,POST,PUT and DEL out of which POST,PUT and DEL can be used only by passing a directory argument in main.py using --directory directory_address. This program is optimised for multiple user using ThreadPoolExecutor .
NOTE: This code doesnot provide secure connection .