Dummyhttp Versions Save

Super simple HTTP server that replies a fixed body with a fixed response code

v1.0.3

1 year ago
  • Update dependencies
  • Build binary for aarch64-apple-darwin

v1.0.2

1 year ago
  • Add completions (--print-completions) and manpage (--print-manpage)

v1.0.1

1 year ago
  • Add more architectures
  • Renamed --cert to --tls-cert and --key to --tls-key but the old flags are still usable (though hidden)
  • Update dependencies

v1.0.0

1 year ago
  • Use ubuntu base image for container images

v0.6.2

1 year ago
  • Update dependencies
  • Modernize CI
  • Build and release more architectures on GitHub and Docker Hub

v0.6.0

1 year ago
  • Add Tera templating to body responses.

0.5.0

1 year ago
  • Rewritten to Axum which makes the code a lot simpler and allows for using more up-to-date dependencies
  • Will now have accurate headers logged (including body size)

0.4.3

4 years ago
  • Improve verbose output in some corner cases

0.4.2

4 years ago
  • Improve user-visible errors (thanks to anyhow)

0.4.1

4 years ago
  • Print sent body