testserver

package
v0.24.1 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MaxBodySize       = 1024
	MaxHeaderValueLen = 256
)

Variables

This section is empty.

Functions

func New

func New(cfg Config) *httptest.Server

Types

type Config

type Config struct {
	CertFn         string
	KeyFn          string
	AllowedDomains string
}

type Settings

type Settings struct {
	Scheme  string
	Method  string
	Status  int
	Headers map[string]string
	Body    []byte
}

func (Settings) URL

func (s Settings) URL(addr string) string

Jump to

Keyboard shortcuts

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