Add rest method to FastHttpUser to facilitate easy REST/JSON API testing (https://docs.locust.io/en/stable/increase-performance.html#rest)
What's Changed
- GRPC example - rewrite using interceptor by @zifter in #2272
- Add RestUser by @cyberw in #2273
- Move the rest method into FastHttpUser instead of RestUser. by @cyberw in #2274
New Contributors
Full Changelog: 2.13.2...2.14.0