httptest

package
v0.1.3-0...-0b0730e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2020 License: Apache-2.0 Imports: 13 Imported by: 0

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

func NewTLSServer(domain string, handler http.Handler) (*httptest.Server, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL