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

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.

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
```