aliases.go 180 B

12345678910
  1. package httptest
  2. import "github.com/iris-contrib/httpexpect/v2"
  3. type (
  4. // Request type alias.
  5. Request = httpexpect.Request
  6. // Expect type alias.
  7. Expect = httpexpect.Expect
  8. )