Documentation ¶
Overview ¶
Package httptest provides a method for testing a TLS server a la net/http/httptest.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTLSServer ¶
NewTLSServer returns an httptest server, with an http client that has been configured to send all requests to the returned server. The TLS certs are generated for the given domain. If you need a transport, Client().Transport is correctly configured.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.