Module salvo_core::test

source ·
Available on crate feature test only.
Expand description

Test utils for unit tests.

Structs§

  • RequestBuilder is the main way of building requests.
  • TestClient is a type that can carry settings over multiple requests. The settings applied to the TestClient are applied to every request created from this TestClient.

Traits§