mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01: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
|