fcsonline / drill

Drill is an HTTP load testing application written in Rust
GNU General Public License v3.0
2.05k stars 108 forks source link

fix: Allow `$` prefixed key during interpollation #178

Closed hypr2771 closed 1 year ago

hypr2771 commented 1 year ago

Why

This PR will close #177 by allowing $ prefixed keys in a JSON body.

hypr2771 commented 1 year ago

Is clippy always failing? Seems like it fails on other PR as well. Should I fix it in this PR or open a new issue and solve in another PR?

fcsonline commented 1 year ago

Awesome! and thanks for fixing the clippy offense