package
1.36.2
Repository: https://github.com/onsi/gomega.git
Documentation: pkg.go.dev

# Packages

# Functions

CombineHandler takes variadic list of handlers and produces one handler that calls each handler in order.
NewServer returns a new `*ghttp.Server` that wraps an `httptest` server.
NewTLSServer returns a new `*ghttp.Server` that wraps an `httptest` TLS server.
NewUnstartedServer return a new, unstarted, `*ghttp.Server`.

# Structs

# Type aliases

Helper type for creating a RoundTripper from a function.