dummyhttp
dummyhttp copied to clipboard
Super simple HTTP server that replies a fixed body with a fixed response code
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.110 to 1.0.111. Release notes Sourced from serde_json's releases. v1.0.111 Improve floating point parsing performance on loongarch64 (#1100, thanks @heiher) Commits 0131ac6 Release 1.0.111 96ecfad Merge pull...
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.12 to 4.4.13. Release notes Sourced from clap's releases. v4.4.13 [4.4.13] - 2024-01-04 Documentation Fix link to structopt migration guide Changelog Sourced from clap's changelog. [4.4.13] -...
Bumps [axum-server](https://github.com/programatik29/axum-server) from 0.5.1 to 0.6.0. Release notes Sourced from axum-server's releases. v0.6.0 added: functionalities in tls_openssl, that were added as they appeared to be only in tls_rustls: axum_server::tls_openssl::OpenSSLConfig::from_acceptor axum_server::tls_openssl::OpenSSLConfig::from_der...
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.27 to 1.1.0. Release notes Sourced from hyper's releases. v1.1.0 Features client: add http1::Connection without_shutdown() method (#3430) (210bfaa7) http1: Add support for sending HTTP/1.1 Chunked Trailer Fields...
Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.20 to 0.7.3. Release notes Sourced from axum's releases. axum-extra - v0.7.3 added: Implement Deref and DerefMut for built-in extractors (#1922) added: Add OptionalPath extractor (#1889) #1889:...
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.15 to 0.38.19. Commits 3a53dfe chore: Release rustix version 0.38.19 55cbe88 Fixes for Dir on macOS, FreeBSD, and WASI. 31fd98c Merge pull request from GHSA-c827-hfw6-qwvm 4bb2f4b Add...
even though it is ancient, there are still use-cases to debug HTTP/0.9 (looking at you, yealink....) so support within dummyhttp would be amazing. at the VERY least, a message saying...
When I run the Windows version of dummyhttp in a cmd command prompt (or in powershell) the text isn't properly formatted, but shows the control characters instead. When running the...