Module trillium_testing::methods
source · Expand description
TestConn builders for http methods
Functions
- Builds a new
TestConnwith the delete http method and the provided path. - Builds a new
TestConnwith the get http method and the provided path. - Builds a new
TestConnwith the patch http method and the provided path. - Builds a new
TestConnwith the post http method and the provided path. - Builds a new
TestConnwith the put http method and the provided path.