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
- Host: GitHub
- URL: https://github.com/abhigyan126/http_server
- Owner: Abhigyan126
- License: gpl-3.0
- Created: 2024-03-24T13:17:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T17:53:47.000Z (over 1 year ago)
- Last Synced: 2025-02-05T12:18:03.453Z (8 months ago)
- Topics: http-server, multi, multithreading, python
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .