httphelper

package module
v0.0.0-...-c0d7775 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2022 License: MIT Imports: 5 Imported by: 0

README

http-request-tester

HTTP testing package helper

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ctrl

type Ctrl struct {
	*httptest.Server
	FullURL string
	// contains filtered or unexported fields
}

func HttpMock

func HttpMock(pattern string, statusCode int, response any, verifiers ...RequestVerifier) *Ctrl

type RequestVerifier

type RequestVerifier = func(r *http.Request) bool

Jump to

Keyboard shortcuts

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