2019-07-15 08:58:05 +02:00
|
|
|
package httptest
|
|
|
|
|
2020-05-06 20:08:12 +02:00
|
|
|
import "github.com/iris-contrib/httpexpect/v2"
|
2019-07-15 08:58:05 +02:00
|
|
|
|
2019-08-16 15:57:03 +02:00
|
|
|
type (
|
|
|
|
// Request type alias.
|
|
|
|
Request = httpexpect.Request
|
|
|
|
// Expect type alias.
|
|
|
|
Expect = httpexpect.Expect
|
|
|
|
)
|