Skip to content

0.32.4

Compare
Choose a tag to compare
@lipanski lipanski released this 02 Mar 09:14
· 77 commits to master since this release
  • Introduce Mock::with_body_from_request which allows setting the response body dynamically, based on the Request object
  • Small performance improvement: replace the state Mutex with an RwLock
  • Small fixes to the documentation (thanks @konstin)