internal

package
v1.51.2 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Artifact

type Artifact interface {
	TryMakeRequest(host string, w http.ResponseWriter, r *http.Request, token string, responseHandler func(*http.Response) bool) bool
}

Artifact allows to handle artifact related requests

type Auth

type Auth interface {
	IsAuthSupported() bool
	RequireAuth(w http.ResponseWriter, r *http.Request) bool
	GetTokenIfExists(w http.ResponseWriter, r *http.Request) (string, error)
	CheckResponseForInvalidToken(w http.ResponseWriter, r *http.Request, resp *http.Response) bool
}

Auth handles the authentication logic

Directories

Path Synopsis
tls
header
Package header provides functions for parsing HTTP headers.
Package header provides functions for parsing HTTP headers.
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Package redirects provides functions for parsing and rewriting URLs according to Netlify style _redirects syntax
Package redirects provides functions for parsing and rewriting URLs according to Netlify style _redirects syntax
vfs
serving
nolint
nolint
zip

Jump to

Keyboard shortcuts

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