dummyhttp
dummyhttp copied to clipboard
Super simple HTTP server that replies a fixed body with a fixed response code
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.58 to 1.0.60. Release notes Sourced from anyhow's releases. 1.0.60 Propagate --target to rustc invocation when deciding about backtrace support (#249, thanks @RalfJung) 1.0.59 Update crates.io metadata...
I'm trying to test a service that calls an upstream API, gets an ID and stores some data for processing later. I was going to use dummyhttp to replace the...
The README example for setting a custom header was outdated.
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.10 to 0.11.11. Release notes Sourced from reqwest's releases. v0.11.11 What's Changed Add HTTP/2 keep-alive configuration methods on ClientBuilder. Add ClientBuilder::http1_allow_obsolete_multiline_headers_in_responses(). Add impl Service<Request> for Client and...
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.9.0 to 0.12.0. Changelog Sourced from simplelog's changelog. v0.12.0 - Replaces the semingly unmainted chrono library with the time crate. - Addresses through this update - RUSTSEC-2020-0159...
I'm encountering some build issues, which I'm unsure of how to resolve, when updating a GitHub Actions workflow from Rust 1.52.0 to 1.58.1. I believe these issues are caused by...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
For testing purposes, it would be nice if we could alternatively choose to stream the body using a chunked transfer-encoding.