# Packages
No description provided by the author
# Functions
CombineHandler takes variadic list of handlers and produces one handler that calls each handler in order.
No description provided by the author
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`.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Helper type for creating a RoundTripper from a function.