mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 18:07:01 +00:00
9 lines
129 B
Go
9 lines
129 B
Go
// +build go1.9
|
|
|
|
package httptest
|
|
|
|
import "github.com/gavv/httpexpect"
|
|
|
|
// Request type alias.
|
|
type Request = httpexpect.Request
|