Expand description
TestConn
builders for http methods
Functionsยง
- delete
- Builds a new
TestConn
with the delete http method and the provided path. - get
- Builds a new
TestConn
with the get http method and the provided path. - patch
- Builds a new
TestConn
with the patch http method and the provided path. - post
- Builds a new
TestConn
with the post http method and the provided path. - put
- Builds a new
TestConn
with the put http method and the provided path.