https://github.com/cirocosta/slowhttp
A slow HTTP static server for simulating slow (but constant) responses from a server.
https://github.com/cirocosta/slowhttp
golang http webserver
Last synced: 12 months ago
JSON representation
A slow HTTP static server for simulating slow (but constant) responses from a server.
- Host: GitHub
- URL: https://github.com/cirocosta/slowhttp
- Owner: cirocosta
- Created: 2018-03-15T17:34:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T18:27:39.000Z (about 8 years ago)
- Last Synced: 2025-02-10T13:12:13.652Z (about 1 year ago)
- Topics: golang, http, webserver
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slowhttp
A slow HTTP static server for simulating slow (but constant) responses from a server.
## Install
```
go get -u -v github.com/cirocosta/slowhttp
```