rust-httpc-test
rust-httpc-test copied to clipboard
Minimalistic HTTP Client Test Utilities
Hi everyone, I've recently started to use that great library after watching on of your video @jeremychone and I love it. However in my case some of my testing required...
I love your videos, and I like this tool, but I'm working with HTMX and I need to be able to do post requests with form data. Currently I'm trying...
Since `reqwest::ClientBuilder` is part of the public API through `httpc_test::new_client_with_reqwest` it is best to re-export it, so that the end user does not have to also require the `reqwest` crate...
I'm not sure why the diff shows a change for the last line