tag1consulting / goose

Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
809 stars 70 forks source link

Make it possible to manipulate cookies directly (e.g. clear a session or add one special cookie) #231

Closed LionsAd closed 3 years ago

jeremyandrews commented 3 years ago

I believe this is already possible through the Reqwest client. See the documentation which currently provides examples for setting a custom user agent and custom headers: https://docs.rs/goose/*/goose/goose/struct.GooseUser.html#method.set_client_builder

I think this issue just needs more examples in the documentation, specifically around working with cookies in the client.