Skip to content

kishaningithub/slow-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slow-http

Simulate slow http responses

Usage

Using docker

  • Run command docker run --env DELAY_RESPONSE=20s -p 8080:8080 kishanb/slow-http:1.0.1
  • Open http://localhost:8080

Using docker compose

In docker compose add this

version: "3.8"

services:
  slow-http:
    image: kishanb/slow-http:1.0.1
    ports:
      - "8080:8080"
    environment:
      DELAY_RESPONSE: 20s

You can configure DELAY_RESPONSE to your desired delay value

About

Simulate slow http connections for testing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published