mirror of
https://github.com/kataras/iris.git
synced 2025-03-19 19:56:25 +01:00
11 lines
169 B
Go
11 lines
169 B
Go
package httptest
|
|
|
|
import "github.com/gavv/httpexpect"
|
|
|
|
type (
|
|
// Request type alias.
|
|
Request = httpexpect.Request
|
|
// Expect type alias.
|
|
Expect = httpexpect.Expect
|
|
)
|