Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tedezed/dummy-http-server
Dummy HTTP Server
https://github.com/tedezed/dummy-http-server
Last synced: 23 days ago
JSON representation
Dummy HTTP Server
- Host: GitHub
- URL: https://github.com/tedezed/dummy-http-server
- Owner: Tedezed
- Created: 2024-03-20T15:40:32.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T08:11:37.000Z (4 months ago)
- Last Synced: 2024-10-30T08:23:04.403Z (2 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dummy HTTP Server
Example to use:
```
docker run -p 8080:8080 tedezed/dummy-http-server:80
docker run -p 8080:8080 tedezed/dummy-http-server:8888
docker run -p 8080:8080 tedezed/dummy-http-server:3000
```Port list:
- 80
- 443
- 8000
- 8443
- 8080
- 8888
- 3000
- 5000
- 6000