1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 18:07:01 +00:00
Files
kararas_iris/httptest/aliases.go
2020-05-06 21:08:12 +03:00

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
)