Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowesyang/simple-http-server
A simple HTTP server
https://github.com/lowesyang/simple-http-server
http http-client
Last synced: 1 day ago
JSON representation
A simple HTTP server
- Host: GitHub
- URL: https://github.com/lowesyang/simple-http-server
- Owner: lowesyang
- License: mit
- Created: 2017-01-08T07:09:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T03:59:50.000Z (over 7 years ago)
- Last Synced: 2024-08-08T15:24:33.724Z (3 months ago)
- Topics: http, http-client
- Language: C++
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple-HTTP-Server
A simple HTTP server for Windows## Tech
- C/C++
- Winsock2## Features
- GET
- file type support:
- text/plain
- text/html
- image/jpeg
- image/png
- POST
- test (only one case)
- action:dopost## How to run
- git clone
- cd release
- run Server.exe
- Open browser, and input "localhost:3367".(or your local ip address with port 3367)