mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
a111c67241
Former-commit-id: 993107d0fa40b5e423962b58aa924b712644f18c
11 lines
180 B
Go
11 lines
180 B
Go
package httptest
|
|
|
|
import "github.com/iris-contrib/httpexpect/v2"
|
|
|
|
type (
|
|
// Request type alias.
|
|
Request = httpexpect.Request
|
|
// Expect type alias.
|
|
Expect = httpexpect.Expect
|
|
)
|