http

package
v0.2.14 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: BSD-3-Clause Imports: 4 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Function

type Function interface {
	Serviceable
	components.FunctionServiceable
}

type Service

type Service interface {
	components.ServiceComponent
}

type Serviceable

type Serviceable interface {
	components.Serviceable
	Handle(w http.ResponseWriter, r *http.Request, serv components.MatchDefinition) (time.Time, error)
	Provision() (Serviceable, error)
	IsProvisioned() bool
}

type Website

type Website interface {
	Serviceable
	Config() *structureSpec.Website
}

Jump to

Keyboard shortcuts

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