mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
ffc493a0b9
Former-commit-id: 7a15da2bd966f2a699337cd494af8b5d1877b11d
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
|
|
)
|