http

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package http provides an HTTP validator for the Cloudprober's validator framework.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Validator

type Validator struct {
	// contains filtered or unexported fields
}

Validator implements a validator for HTTP responses.

func (*Validator) Init

func (v *Validator) Init(config interface{}, l *logger.Logger) error

Init initializes the HTTP validator.

func (*Validator) Validate

func (v *Validator) Validate(input interface{}, unused []byte) (bool, error)

Validate the provided input and return true if input is valid. Validate expects the input to be of the type: *http.Response. Note that it doesn't use the string input, it's part of the function signature to satisfy Validator interface.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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