Expand description

TestConn builders for http methods

Functions

  • Builds a new TestConn with the delete http method and the provided path.
  • Builds a new TestConn with the get http method and the provided path.
  • Builds a new TestConn with the patch http method and the provided path.
  • Builds a new TestConn with the post http method and the provided path.
  • Builds a new TestConn with the put http method and the provided path.