Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MTLSServer ¶
type MTLSServer struct { Server *httptest.Server CAPath string ClientKeyPath string ClientCrtPath string }
func NewMTLSServer ¶
func NewMTLSServer(handler http.Handler) (*MTLSServer, error)
Click to show internal directories.
Click to hide internal directories.