Documentation ¶ Index ¶ type GoFiberSender func New[T any](t testing.TB, app *fiber.App, followRedirect bool) *GoFiberSender[T] func (s *GoFiberSender[T]) Test(req *http.Request, timeout ...time.Duration) (*http.Response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type GoFiberSender ¶ type GoFiberSender[T any] struct { // contains filtered or unexported fields } func New ¶ func New[T any](t testing.TB, app *fiber.App, followRedirect bool) *GoFiberSender[T] func (*GoFiberSender[T]) Test ¶ func (s *GoFiberSender[T]) Test(req *http.Request, timeout ...time.Duration) (*http.Response, error) Source Files ¶ View all Source files fiber.go Click to show internal directories. Click to hide internal directories.